diff options
Diffstat (limited to 'commands/deploy.go')
| -rw-r--r-- | commands/deploy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/deploy.go b/commands/deploy.go index 7b039f2..0890cf8 100644 --- a/commands/deploy.go +++ b/commands/deploy.go @@ -68,7 +68,7 @@ func init() { } func Deploy(ctx context.Context, dg bot.Session) error { - guildID := "" + var guildID uint64 if common.IsDebug(ctx) { guildID = dg.GuildState().ListGuilds()[0] bot.Logger(ctx).Debug("using guild as debug", "guild", guildID) |
