Commit Graph

68 Commits

Author SHA1 Message Date
829e19fac3 Prevent trying to delete "say" message in DMs
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-22 12:42:49 +01:00
546637c188 Improve various small code quality issues
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-16 03:53:51 +01:00
94037b252f Improve final fields naming
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-16 02:31:11 +01:00
d2abeb35fc Implement various null checks
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 04:51:30 +01:00
818a25346b Optimize imports
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-14 20:22:37 +01:00
e1c22ac059 Implement ban, kick, timeout slash commands 2022-12-28 05:41:24 +01:00
d2f00c781e Implement basic timeout command 2022-12-28 05:41:24 +01:00
35b2c8fb42 Implement basic ban command 2022-12-28 05:41:23 +01:00
420666eab1 Implement basic kick command 2022-12-28 05:41:23 +01:00
52fe279f35 Add bot age info 2022-12-28 05:41:23 +01:00
00c46c1396 Implement profile banner grabber command 2022-12-28 05:41:23 +01:00
47bd16fd13 Fix missing JSON dependency 2022-12-28 05:41:23 +01:00
50196bb8f9 Make trivia support slash commands too 2022-12-28 05:41:23 +01:00
1c19f3c07f Implement trivia welcome screen with category picker 2022-12-28 05:41:23 +01:00
b0d234a454 Raise trivia timeout to 15s 2022-12-28 05:41:23 +01:00
c9082e84cc Make trivia loop through all questions 2022-12-28 05:41:23 +01:00
0be4389448 Disable trivia in dms 2022-12-28 05:41:23 +01:00
78f62b5f8d Make trivia functional for a single question 2022-12-28 05:41:23 +01:00
0e256e4cb5 Remove unneeded methods from MessageResponse 2022-12-28 05:41:23 +01:00
b0622f36aa Start implementing trivia command 2022-12-28 05:41:23 +01:00
91261f04e5 Make dice roll support slash commands too 2022-12-28 05:41:23 +01:00
d09c59996b Cache love calculator results in RAM 2022-12-28 05:41:23 +01:00
1c82d2b53b Make love calculator also support slash commands 2022-12-28 05:41:23 +01:00
174b78704f Optimize imports 2022-12-28 05:41:23 +01:00
b1b62bab9f Fix invite command being categorized as fun 2022-12-28 05:41:23 +01:00
de34caa513 Improve help command title 2022-12-28 05:41:23 +01:00
215e597a4d Make permissions bold instead of code-wrapped 2022-12-28 05:41:23 +01:00
34c100acde Fix nothing being rolles if no arg was specified 2022-12-28 05:41:22 +01:00
496304c2c3 Make help command use descriptions and usages 2022-12-28 05:41:22 +01:00
e2c84f62c3 Make command category not null 2022-12-28 05:41:22 +01:00
b20fb73371 Implement alias command 2022-12-28 05:41:22 +01:00
61745c36d0 Implement alias command 2022-12-28 05:41:22 +01:00
480b8b5eda Add help command and command categories 2022-12-28 05:41:22 +01:00
1644a4b07d Make serialization util class 2022-12-28 05:41:22 +01:00
2d7cadea02 Optimize imports 2022-12-28 05:41:22 +01:00
b4c80fe56a Make urban command support slash too 2022-12-28 05:41:22 +01:00
60ee5f2ae2 Allow sender to delete their own urban command results 2022-12-28 05:41:22 +01:00
8ca70dac78 Fix urban dictionary term not getting parsed correctly for url 2022-12-28 05:41:22 +01:00
4ef42ffa9e Make urban command support multiple entries 2022-12-28 05:41:22 +01:00
0f54211ecd Improve urban dictionary parsing 2022-12-28 05:41:22 +01:00
d5664eb646 Improve urban dictionary parsing 2022-12-28 05:41:22 +01:00
1421d52598 Keep newlines in urban dictionary parser 2022-12-28 05:41:22 +01:00
28c0f1d750 Implement urban dictionary lookup command 2022-12-28 05:41:22 +01:00
4d888d68b9 Make it send a message instead of responding to 8ball 2022-12-28 05:41:22 +01:00
7959044335 Bump version to 0.5.6 2022-12-28 05:41:22 +01:00
fb3c08fc41 Add basic love calculator message command 2022-12-28 05:41:22 +01:00
c9ff329cbb Make magicball support slash commands too 2022-12-28 05:41:22 +01:00
8f4f341aab Improve magic ball answers 2022-12-28 05:41:22 +01:00
a030821197 Implement magic ball message command 2022-12-28 05:41:22 +01:00
b033763704 Improve diceroll looks, implement limits to avoid abuse 2022-12-28 05:41:21 +01:00