From 89b23632f5ceeebd82132210c1407dc9514a547b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 7 Mar 2026 13:20:56 +0100 Subject: feat(gokord): replace snowflake by uint --- commands/deploy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/deploy.go') 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) -- cgit v1.2.3