|
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 |
|
|
00441f089f
|
Remove unneeded todo
|
2022-12-28 05:41:11 +01:00 |
|
|
1f6f23e917
|
Make clear command also delete the sender's message
|
2022-12-28 05:41:06 +01:00 |
|
|
1a8409994c
|
Implement basic functional diceroll command
|
2022-12-28 05:40:56 +01:00 |
|
|
b0a1381589
|
Fix command label being passed as arg in case of no args
|
2022-12-28 05:40:51 +01:00 |
|
|
9504921f27
|
Fallback to 0 instead of 1
|
2022-12-28 05:40:45 +01:00 |
|
|
c9528848bc
|
Fix console error when int parsing fails in clear message
|
2022-12-28 05:40:39 +01:00 |
|
|
1410e4e8af
|
Make say support both slash and message commands
|
2022-12-28 05:40:11 +01:00 |
|
|
c486630adb
|
Make avatar support both slash and message commands
|
2022-12-28 05:37:26 +01:00 |
|
|
5f73c4069b
|
Make bot commands run in separate threads by default
continuous-integration/drone/push Build is passing
|
2022-11-22 21:59:58 +01:00 |
|
|
b2a62d754e
|
Make invite support both slash and message commands
continuous-integration/drone/push Build is passing
|
2022-11-22 21:42:35 +01:00 |
|
|
c7208eef84
|
Make botinfo support both slash and message commands
continuous-integration/drone/push Build is passing
|
2022-11-22 21:02:48 +01:00 |
|
|
4015aecc99
|
Make coinflip support both slash and message commands
continuous-integration/drone/push Build is passing
|
2022-11-22 20:50:37 +01:00 |
|
|
ff80e754ff
|
Add comment
|
2022-11-22 20:42:47 +01:00 |
|
|
3f1835e059
|
Move clearchat command to base class
continuous-integration/drone/push Build is passing
The "clear" command now supports both slash commands and message commands, having identical behavior in both situations.
|
2022-11-22 20:39:55 +01:00 |
|
|
ecdb0c73e8
|
Add tiny comment
continuous-integration/drone/push Build is passing
|
2022-11-22 17:27:56 +01:00 |
|
|
655840dc82
|
Implement basic permission check for message commands
continuous-integration/drone/push Build is passing
|
2022-11-22 17:08:31 +01:00 |
|
|
11e4a07698
|
Refactor objects package
continuous-integration/drone/push Build is passing
|
2022-11-22 16:41:08 +01:00 |
|
|
a9790b3525
|
Complete message command parser and listener
continuous-integration/drone/push Build is passing
The message command listener is now completed and the bot now also supports message-based commands with multiple aliases.
|
2022-11-22 16:19:08 +01:00 |
|