mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
fix: Missing closing bracket
This commit is contained in:
@@ -344,6 +344,7 @@ func parseChatCommand(s *Session, command string) {
|
|||||||
sendServerChatMessage(s, fmt.Sprintf(s.server.dict["commandDiscordSuccess"], discordToken))
|
sendServerChatMessage(s, fmt.Sprintf(s.server.dict["commandDiscordSuccess"], discordToken))
|
||||||
} else {
|
} else {
|
||||||
sendDisabledCommandMessage(s, commands["Discord"])
|
sendDisabledCommandMessage(s, commands["Discord"])
|
||||||
|
}
|
||||||
case commands["Help"].Prefix:
|
case commands["Help"].Prefix:
|
||||||
if commands["Help"].Enabled {
|
if commands["Help"].Enabled {
|
||||||
for _, command := range commands {
|
for _, command := range commands {
|
||||||
|
|||||||
Reference in New Issue
Block a user