aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/command')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt b/src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt
deleted file mode 100644
index 7fcd4a8..0000000
--- a/src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-package cc.woverflow.chatting.command
-
-import cc.polyfrost.oneconfig.utils.commands.annotations.Command
-import cc.polyfrost.oneconfig.utils.commands.annotations.Main
-import cc.woverflow.chatting.Chatting
-import cc.woverflow.chatting.config.ChattingConfig
-
-@Command(value = Chatting.ID, description = "Access the " + Chatting.NAME + " GUI.")
-class ChattingCommand {
- @Main
- fun main() {
- ChattingConfig.openGui()
- }
-} \ No newline at end of file