Skip to content

Commit

Permalink
Fixed greetings command
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameInTheDark committed Mar 26, 2019
1 parent 097d41c commit bcc9f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/greetingscommand.go
Expand Up @@ -19,9 +19,10 @@ func GreetingsCommand(ctx bot.Context) {
ctx.ReplyEmbed(ctx.Loc("greetings"), ctx.Loc("greetings_no_text"))
}
case "remove":
ctx.MetricsCommand("greetings", ctx.Loc("greetings_removed"))
ctx.MetricsCommand("greetings", "remove")
ctx.RemoveGreetings()
case "test":
ctx.MetricsCommand("greetings", "test")
_ = ctx.ReplyPM(ctx.Guilds.Guilds[ctx.Guild.ID].Greeting)
}
}
Expand Down

0 comments on commit bcc9f88

Please sign in to comment.