Commit Graph

24 Commits

Author SHA1 Message Date
PalmDevs
646ec8da87 feat(bots/discord): framework changes and new features
- Migrated to a new command framework which looks better and works better
- Fixed commands not being bundled correctly
- Added message (prefix) commands with argument validation
- Added a new CommandErrorType, for invalid arguments
- `/eval` is now a bit safer
- Corrected colors for the coinflip embed
- `/stop` now works even when the bot is not connected to the API
2024-07-30 21:15:36 +07:00
PalmDevs
cbf91162e2 fix(bot/discord): start remove preset timeout for role-preset command 2024-07-26 01:25:52 +07:00
PalmDevs
d0acab1915 feat(bots/discord)!: add admin config 2024-07-26 01:25:49 +07:00
PalmDevs
e86180fe29 feat(bots/discord)!: allow message scan response to be message payloads 2024-07-26 01:25:48 +07:00
PalmDevs
1f5c5a92a6 fix(bots/discord): set timeout for eligible mutes to unmute faster 2024-07-26 01:25:47 +07:00
PalmDevs
fb8af00866 fix(bots/discord): remove auto-generated files 2024-07-09 00:56:22 +07:00
Palm
77fefb9bef chore: fix more build issues
BREAKING CHANGE: In `@revanced/discord-bot`, its environment variable
                 `DATABASE_URL` has been renamed to `DATABASE_PATH`
                 and the `file:` prefix is no longer needed
2024-07-08 17:48:45 +00:00
PalmDevs
9b6ba56d99 chore: use alternative ways to bundle 2024-07-08 19:43:03 +07:00
PalmDevs
3b2596e748 fix(bots/discord/commands): minor issues 2024-06-24 23:18:27 +07:00
PalmDevs
39cba97341 fix(bots/discord): owners cannot bypass checks on some commands 2024-06-24 23:02:08 +07:00
PalmDevs
e64d1da00c feat(bots/discord/commands): add eval command 2024-06-24 23:00:59 +07:00
PalmDevs
1723e8cacf feat(bots/discord): support nickname decancering 2024-06-24 23:00:54 +07:00
PalmDevs
a2bf3eade9 fix(bots/discord/commands): refactor and add checks 2024-06-24 20:50:46 +07:00
PalmDevs
fb01ce5740 feat(bots/discord/commands): add purge and role-preset commands 2024-06-24 20:48:04 +07:00
PalmDevs
dc4863dc20 feat(bots/discord/commands): add ban and unban commands 2024-06-24 18:46:27 +07:00
PalmDevs
3e07429664 fix(bots/discord/commands/mute): use existing parseDuration util function' 2024-06-24 18:45:39 +07:00
PalmDevs
39d5b3a479 feat(bots/discord): add moderation.roles config to be used in moderation commands 2024-06-24 18:32:04 +07:00
Palm
7fdf8c0dc7 fix(bots/discord/commands/unmute): fix option description and embeds 2024-06-24 18:23:43 +07:00
Palm
399dca7153 fix(bots/discord): messed up file name for unmute command 2024-06-24 18:23:43 +07:00
PalmDevs
c0fa2fe1c3 feat(bots/discord/commands): add mute and unmute commands 2024-06-24 18:23:42 +07:00
PalmDevs
ca475356ad feat(bots/discord/commands): allow process exception in exception-test 2024-06-24 18:23:36 +07:00
PalmDevs
7e5f6481c5 feat(bots/discord)!: read commit description
FEATURES:
- Updated documentation
- Improved configuration format
- Allow filter overriding for each response config (closes #29)
- Improved commands directory structure
- Improved slash command reload script
- New commands
- New command exception handling
2024-06-24 18:23:36 +07:00
PalmDevs
9f1ac37927 feat(bots/discord/commands/reply): send stacktrace when failed 2024-06-24 18:23:28 +07:00
PalmDevs
f9d50a0a6b feat(bots/discord): add source 2024-06-24 18:23:27 +07:00