From e566489af26fc9133a3509251812910e03b90c8c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 2 Mar 2026 12:38:58 +0100 Subject: build(gokord): update to latest nightly --- main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index c3410c9..1a66b5a 100644 --- a/main.go +++ b/main.go @@ -250,16 +250,16 @@ func setupTimers(ctx context.Context, dg *gokord.Session) { var statuses = []func(context.Context, bot.Session) error{ func(ctx context.Context, dg bot.Session) error { - return dg.BotAPI().UpdateGameStatus(ctx, 0, "ĂȘtre dev par @anhgelus") + return dg.GatewayAPI().UpdateGameStatus(ctx, false, "ĂȘtre dev par @anhgelus") }, func(ctx context.Context, dg bot.Session) error { - return dg.BotAPI().UpdateWatchStatus(ctx, 0, "Les Copaings") + return dg.GatewayAPI().UpdateWatchStatus(ctx, false, "Les Copaings") }, func(ctx context.Context, dg bot.Session) error { - return dg.BotAPI().UpdateListeningStatus(ctx, "http 418, I'm a tea pot") + return dg.GatewayAPI().UpdateListeningStatus(ctx, "http 418, I'm a tea pot") }, func(ctx context.Context, dg bot.Session) error { - return dg.BotAPI().UpdateGameStatus(ctx, 0, "Les Copaings Bot v"+Version) + return dg.GatewayAPI().UpdateGameStatus(ctx, false, "Les Copaings Bot v"+Version) }, } -- cgit v1.2.3