Commit Graph

55 Commits

Author SHA1 Message Date
a5d647e6ba fix code smells
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-09 11:52:26 +01:00
980cf5eef3 Prevent instantiating utility classes
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-16 07:07:42 +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
8b1c1b4d04 Make repository URL a property
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-01-16 00:41:45 +01:00
a28781b806 Update repo URLs
Some checks are pending
continuous-integration/drone/push Build is running
2023-01-16 00:33:52 +01:00
78bdadad06 Add info about random.org
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 23:02:41 +01:00
ee4c5155fa Improve exception handling
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 05:00:44 +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
4df2429b09 Move random methods to random util class, fix footer
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 04:34:39 +01:00
d7aa5d75eb Implement random.org API integration with random seed updater
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 04:26:06 +01:00
6bbaf3fe7e Deprecate logger and start moving to SLF4J
All checks were successful
continuous-integration/drone/push Build is passing
JDA already has SLF4J as a requirement, so we might as well use that instead of making our own.
2023-01-15 01:48:56 +01:00
d6ef0da167 Make multiple small improvements
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 01:00:44 +01:00
fb752fb9a9 Fix code style error
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 00:40:19 +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
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
e451f59199 Remove double space on urban footer 2022-12-28 05:41:23 +01:00
f3cc9a2d75 Add emojis to urban dictionary 2022-12-28 05:41:23 +01:00
91261f04e5 Make dice roll support slash commands too 2022-12-28 05:41:23 +01:00
bc0463dd38 Add a MessageResponse class for mixed-type content 2022-12-28 05:41:23 +01:00
161c91b45d Rename method 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
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
f9fe12a248 Remove deprecated and unused private method 2022-12-28 05:41:22 +01:00
1644a4b07d Make serialization util class 2022-12-28 05:41:22 +01:00
68dceaff13 Use enum instead of boolean for page switching
This is useless but looks better
2022-12-28 05:41:22 +01:00
7dcdf9dbde Remove duplication 2022-12-28 05:41:22 +01:00
cce57b8108 Optimize imports 2022-12-28 05:41:22 +01:00
fc846fa901 Remove duplicated method 2022-12-28 05:41:22 +01:00
4476dd2f7b Fix small emoji translation issue 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
4ef42ffa9e Make urban command support multiple entries 2022-12-28 05:41:22 +01:00
3259a49ace Change a magic ball response 2022-12-28 05:41:22 +01:00
c9ff329cbb Make magicball support slash commands too 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
1f6f23e917 Make clear command also delete the sender's message 2022-12-28 05:41:06 +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
b681acdbca Make bot announce its prefix
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 21:48:13 +01:00