managarten/packages/matrix-bot-common/src/credit/index.ts
Till-JS 962b942e2a feat(bot-services): add credit and gift services for Matrix bots
- Add CreditService with balance checking and consumption
- Add GiftService for gift code creation and redemption
- Add i18n support for credit/gift messages (DE/EN)
- Add Matrix bot mixins for credit and gift commands
2026-02-13 23:29:21 +01:00

8 lines
184 B
TypeScript

export {
handleCreditCommand,
sendPaymentSuccessNotification,
isCreditCommand,
CREDIT_COMMANDS,
type CreditCommand,
type CreditCommandsHost,
} from './credit-commands.mixin.js';