1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00
Commit graph

10 commits

Author SHA1 Message Date
1258496697
Unhardcoded bot mention + some small fixes (#7)
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
2022-12-05 19:04:27 +05:00
29c2332ad9
Log exceptions thrown during "fire-and-forget" async method calls 2022-11-16 23:27:10 +05:00
7dbc4472f7
Fix issues caused by refactor 2022-11-12 11:02:44 +05:00
552c575dd2
General code refactor (and a few breaking config changes) 2022-11-12 00:59:11 +05:00
0e144db2e2
Delete the guild blacklist 2022-11-11 23:17:44 +05:00
ff166362ae
Improve performance of CommandProcessor
This improvement was accomplished by removing usages of Regex.
This also reduced unnecessary instructions by returning after a match was found instead of continuing to loop through commands
2022-10-21 11:12:43 +05:00
9921fd564b
Delete SelfBanCommand, failsafe involving bots issuing commands, optimized prefixes 2022-10-18 23:46:43 +05:00
c0ae850fb8
Guild blacklist implementation 2022-10-18 22:55:16 +05:00
e767205c1a
Seal all possible classes, add LICENSE, follow async naming conventions 2022-09-18 19:41:29 +05:00
ac63719a0b
Async message handling, CommandHandler rewrite and rename 2022-08-30 20:15:01 +05:00