From 68ecde8a5cd7a99aa6fe2e5fe609330e22fb4424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Tue, 11 Oct 2022 06:57:43 +0200 Subject: [PATCH] feat: add a new command - group set channel-losses/channel-gains --- internal/discord/command_group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/discord/command_group.go b/internal/discord/command_group.go index 45bddde..c97f260 100644 --- a/internal/discord/command_group.go +++ b/internal/discord/command_group.go @@ -137,7 +137,7 @@ func (c *groupCommand) create(s *discordgo.Session) error { }, }, { - Name: "set-channel-losses", + Name: "channel-losses", Description: "Specifies on which channel notifications of lost villages will appear", Type: discordgo.ApplicationCommandOptionSubCommand, Options: []*discordgo.ApplicationCommandOption{