aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-02-06 10:39:36 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-02-06 10:39:36 +0700
commit6ef0b0b64522ae45bf3747b26bd6dc5f58358f82 (patch)
tree267709bb401f10f414534552a39a7697614aa4f9 /src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt
parent1307b6c8f8f7a4aa4d1fd9781cddb5edd0c9f349 (diff)
downloadChatting-6ef0b0b64522ae45bf3747b26bd6dc5f58358f82.tar.gz
Chatting-6ef0b0b64522ae45bf3747b26bd6dc5f58358f82.tar.bz2
Chatting-6ef0b0b64522ae45bf3747b26bd6dc5f58358f82.zip
1.3.0
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt17
1 files changed, 0 insertions, 17 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 ba697e1..0000000
--- a/src/main/kotlin/cc/woverflow/chatting/command/ChattingCommand.kt
+++ /dev/null
@@ -1,17 +0,0 @@
-package cc.woverflow.chatting.command
-
-import cc.woverflow.chatting.Chatting
-import cc.woverflow.chatting.config.ChattingConfig
-import gg.essential.api.EssentialAPI
-import gg.essential.api.commands.Command
-import gg.essential.api.commands.DefaultHandler
-
-object ChattingCommand : Command(Chatting.ID, true) {
-
- override val commandAliases: Set<Alias> = setOf(Alias("stratus"))
-
- @DefaultHandler
- fun handle() {
- EssentialAPI.getGuiUtil().openScreen(ChattingConfig.gui())
- }
-} \ No newline at end of file