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/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/stats.go') diff --git a/commands/stats.go b/commands/stats.go index 2cc0b3e..15f258b 100644 --- a/commands/stats.go +++ b/commands/stats.go @@ -118,7 +118,7 @@ func statsAll(ctx context.Context, dg bot.Session, i *interaction.ApplicationCom }) } -func statsMember(ctx context.Context, dg bot.Session, i *interaction.ApplicationCommand, days int, discordID string) (io.WriterTo, error) { +func statsMember(ctx context.Context, dg bot.Session, i *interaction.ApplicationCommand, days int, discordID uint64) (io.WriterTo, error) { _, err := guild.GetMember(i.GuildID, discordID).Do(ctx) if err != nil { return nil, err -- cgit v1.2.3