diff options
| author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-01-02 23:55:10 +0700 |
|---|---|---|
| committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-01-02 23:55:10 +0700 |
| commit | df895d122a8a2ea249e686578e026c1d0a8b8c47 (patch) | |
| tree | bb150064cc9c7ade2c28424d3867e131a26bf334 /src/main/kotlin/cc/woverflow/chattils/command | |
| parent | e02ba1f11a421618aaf357dd166aae005301e7ab (diff) | |
| download | Chatting-df895d122a8a2ea249e686578e026c1d0a8b8c47.tar.gz Chatting-df895d122a8a2ea249e686578e026c1d0a8b8c47.tar.bz2 Chatting-df895d122a8a2ea249e686578e026c1d0a8b8c47.zip | |
fix notification not opening file
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chattils/command')
| -rw-r--r-- | src/main/kotlin/cc/woverflow/chattils/command/ChattilsCommand.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/cc/woverflow/chattils/command/ChattilsCommand.kt b/src/main/kotlin/cc/woverflow/chattils/command/ChattilsCommand.kt index aa162e1..67dd30e 100644 --- a/src/main/kotlin/cc/woverflow/chattils/command/ChattilsCommand.kt +++ b/src/main/kotlin/cc/woverflow/chattils/command/ChattilsCommand.kt @@ -8,6 +8,8 @@ import gg.essential.api.commands.DefaultHandler object ChattilsCommand : Command(Chattils.ID, true) { + override val commandAliases: Set<Alias> = setOf(Alias("stratus")) + @DefaultHandler fun handle() { EssentialAPI.getGuiUtil().openScreen(ChattilsConfig.gui()) |
