1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-19 21:04:02 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
199b40b160
Majorly refactor project structure
* Split project into two subprojects, for core and moderation
 * Move to modular system using Java's ServiceLoader
 * Improve messages system to allow message definitions in modules
 * Adjust some messages for brevity
2020-11-23 11:13:09 +08:00
df831da94d
Force UTF-8 encoding when compiling 2020-11-18 01:18:30 +08:00
5a84199954
Fix main class entry 2020-10-16 18:45:34 +08:00
0855569ad3
Merge in better_messages, reformat code, remove .idea folder 2020-10-16 18:23:04 +08:00
631acaf021
Introduce StorageKey to remove unchecked cast in GuildStorage, force Java 11 2020-10-16 01:32:45 +08:00
44a55d3962
Move from GSON to Jackson, cleanup code warnings, move to javax.annotation annotations 2020-10-09 15:21:12 +08:00
888309063c
Move to JDA 2020-09-18 03:05:56 +08:00
a92cdb48b5
Move to javacord 2020-09-09 01:23:28 +08:00
de696c0e12
Move to using Brigadier for bot commands
Brigadier is a command parsing and execution library made by Mojang for their game Minecraft. Licensed under MIT license.
2020-09-03 02:43:37 +08:00
da4abc6309
Overhaul bot to be more extendible 2020-09-02 06:16:49 +08:00
079d1d37e7
Fix build.gradle 2020-09-01 14:59:25 +08:00
f1d77e11db
Add basic command system 2020-09-01 04:27:48 +08:00
52210ff999
Initial commit 2020-09-01 02:15:21 +08:00