Commit Graph

55 Commits

Author SHA1 Message Date
bea a5d647e6ba fix code smells
continuous-integration/drone/push Build is failing
2025-03-09 11:52:26 +01:00
bea 980cf5eef3 Prevent instantiating utility classes
continuous-integration/drone/push Build is passing
2023-01-16 07:07:42 +01:00
bea 546637c188 Improve various small code quality issues
continuous-integration/drone/push Build is passing
2023-01-16 03:53:51 +01:00
bea 94037b252f Improve final fields naming
continuous-integration/drone/push Build is passing
2023-01-16 02:31:11 +01:00
bea 8b1c1b4d04 Make repository URL a property
continuous-integration/drone/push Build was killed
2023-01-16 00:41:45 +01:00
bea a28781b806 Update repo URLs
continuous-integration/drone/push Build is running
2023-01-16 00:33:52 +01:00
bea 78bdadad06 Add info about random.org
continuous-integration/drone/push Build is passing
2023-01-15 23:02:41 +01:00
bea ee4c5155fa Improve exception handling
continuous-integration/drone/push Build is passing
2023-01-15 05:00:44 +01:00
bea d2abeb35fc Implement various null checks
continuous-integration/drone/push Build is passing
2023-01-15 04:51:30 +01:00
bea 4df2429b09 Move random methods to random util class, fix footer
continuous-integration/drone/push Build is passing
2023-01-15 04:34:39 +01:00
bea d7aa5d75eb Implement random.org API integration with random seed updater
continuous-integration/drone/push Build is passing
2023-01-15 04:26:06 +01:00
bea 6bbaf3fe7e Deprecate logger and start moving to SLF4J
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
bea d6ef0da167 Make multiple small improvements
continuous-integration/drone/push Build is passing
2023-01-15 01:00:44 +01:00
bea fb752fb9a9 Fix code style error
continuous-integration/drone/push Build is passing
2023-01-15 00:40:19 +01:00
bea 818a25346b Optimize imports
continuous-integration/drone/push Build is passing
2023-01-14 20:22:37 +01:00
bea e1c22ac059 Implement ban, kick, timeout slash commands 2022-12-28 05:41:24 +01:00
bea d2f00c781e Implement basic timeout command 2022-12-28 05:41:24 +01:00
bea 35b2c8fb42 Implement basic ban command 2022-12-28 05:41:23 +01:00
bea 52fe279f35 Add bot age info 2022-12-28 05:41:23 +01:00
bea 00c46c1396 Implement profile banner grabber command 2022-12-28 05:41:23 +01:00
bea 47bd16fd13 Fix missing JSON dependency 2022-12-28 05:41:23 +01:00
bea 50196bb8f9 Make trivia support slash commands too 2022-12-28 05:41:23 +01:00
bea 1c19f3c07f Implement trivia welcome screen with category picker 2022-12-28 05:41:23 +01:00
bea e451f59199 Remove double space on urban footer 2022-12-28 05:41:23 +01:00
bea f3cc9a2d75 Add emojis to urban dictionary 2022-12-28 05:41:23 +01:00
bea 91261f04e5 Make dice roll support slash commands too 2022-12-28 05:41:23 +01:00
bea bc0463dd38 Add a MessageResponse class for mixed-type content 2022-12-28 05:41:23 +01:00
bea 161c91b45d Rename method 2022-12-28 05:41:23 +01:00
bea d09c59996b Cache love calculator results in RAM 2022-12-28 05:41:23 +01:00
bea 1c82d2b53b Make love calculator also support slash commands 2022-12-28 05:41:23 +01:00
bea 174b78704f Optimize imports 2022-12-28 05:41:23 +01:00
bea 496304c2c3 Make help command use descriptions and usages 2022-12-28 05:41:22 +01:00
bea e2c84f62c3 Make command category not null 2022-12-28 05:41:22 +01:00
bea f9fe12a248 Remove deprecated and unused private method 2022-12-28 05:41:22 +01:00
bea 1644a4b07d Make serialization util class 2022-12-28 05:41:22 +01:00
bea 68dceaff13 Use enum instead of boolean for page switching
This is useless but looks better
2022-12-28 05:41:22 +01:00
bea 7dcdf9dbde Remove duplication 2022-12-28 05:41:22 +01:00
bea cce57b8108 Optimize imports 2022-12-28 05:41:22 +01:00
bea fc846fa901 Remove duplicated method 2022-12-28 05:41:22 +01:00
bea 4476dd2f7b Fix small emoji translation issue 2022-12-28 05:41:22 +01:00
bea 2d7cadea02 Optimize imports 2022-12-28 05:41:22 +01:00
bea b4c80fe56a Make urban command support slash too 2022-12-28 05:41:22 +01:00
bea 4ef42ffa9e Make urban command support multiple entries 2022-12-28 05:41:22 +01:00
bea 3259a49ace Change a magic ball response 2022-12-28 05:41:22 +01:00
bea c9ff329cbb Make magicball support slash commands too 2022-12-28 05:41:22 +01:00
bea b033763704 Improve diceroll looks, implement limits to avoid abuse 2022-12-28 05:41:21 +01:00
bea 1f6f23e917 Make clear command also delete the sender's message 2022-12-28 05:41:06 +01:00
bea 1410e4e8af Make say support both slash and message commands 2022-12-28 05:40:11 +01:00
bea c486630adb Make avatar support both slash and message commands 2022-12-28 05:37:26 +01:00
bea b681acdbca Make bot announce its prefix
continuous-integration/drone/push Build is passing
2022-11-22 21:48:13 +01:00