Commit graph

29 commits

Author SHA1 Message Date
7b8888dae3
Refactor guild data storage (#13)
Co-authored-by: mctaylors <volkovvladislav8@gmail.com>
2023-01-18 19:39:24 +05:00
f0a6c8faff
Minor issue fixes 2022-12-21 11:52:09 +05:00
fc00558dce
Update to .NET 7 2022-12-08 13:51:49 +05:00
c02f503557
Fix wrong languages being used in some places 2022-11-20 20:45:07 +05:00
8f10f37d2e
Fix event notifications not being delivered due to invalid config reference 2022-11-20 15:26:40 +05:00
29c2332ad9
Log exceptions thrown during "fire-and-forget" async method calls 2022-11-16 23:27:10 +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
58eceab771
Added early event start notifications (#5)
totally didn't take 2 painful days

Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
2022-10-23 14:49:49 +05:00
ea72e42e8b
Added mctaylors' version of the Russian language (#2)
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
2022-10-22 17:43:57 +05:00
7afd00bf30
Use TryGetValue instead of ContainsKey and retrieving afterwards 2022-10-21 11:09:56 +05:00
4989f8e9d1
Fix a CodeFactor newline issue 2022-10-20 22:51:08 +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
53f13d88a5
Async command handling 2022-08-29 21:24:38 +05:00
51c24c1e23
Custom duration parser + bugfixes 2022-08-22 19:48:51 +05:00
36d844148e
i can't be bothered to keep track of these changes 2022-06-06 20:39:47 +05:00
790f77aa49
another two or three refactors 2022-05-14 18:12:39 +05:00
868b6bcaa7
time-out failsafes and new warnings
rewrote setting values in SettingsCommand.cs
fixed a bug with message edited notification on mobile
fixed an exploit with WrapInline where you could escape the code block by simply using `
moved a few things in MuteCommand.cs
cleaned up code
updated library to 3.3.2
2022-02-21 22:08:55 +05:00
e41a459f6f
Fix durations blocking command handler thread
Add "This punishment will expire in" text to ban/mute notifications
2022-02-12 23:54:45 +05:00
04facc3de2
general code refactor and bug fixes 2022-02-02 18:14:26 +05:00
4d838e5af3
every single file changed lulw 2022-01-30 13:43:15 +05:00
f30485dd71
ton of stuff
- new command handler
- multilanguage support
- time out support
- responses
- a ton of stuff
2022-01-18 22:38:15 +05:00
1c9caf6d75
now fully configurable :D 2021-12-16 00:07:04 +05:00
270fba5c3c
more stuff. yeah 2021-12-15 11:19:14 +05:00
382add19a3
a ton of stuff 2021-12-10 16:25:29 +05:00
8644f70b14
tired 2021-12-07 23:27:27 +05:00
3fa19a4794
Initial commit 2021-12-07 17:52:37 +05:00