fix: Missing closing bracket

This commit is contained in:
Matthew
2023-12-04 13:48:17 -05:00
parent b7c5fe70e7
commit 26438306c6

View File

@@ -344,6 +344,7 @@ func parseChatCommand(s *Session, command string) {
sendServerChatMessage(s, fmt.Sprintf(s.server.dict["commandDiscordSuccess"], discordToken))
} else {
sendDisabledCommandMessage(s, commands["Discord"])
}
case commands["Help"].Prefix:
if commands["Help"].Enabled {
for _, command := range commands {