From 3bd8d28a97c144df2d6c56f6cff55c1629b93ede Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 16 Apr 2024 16:03:36 +0200 Subject: [PATCH] feat(bot): better status --- main.go | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index e23d0ea..2a45014 100644 --- a/main.go +++ b/main.go @@ -118,9 +118,19 @@ func main() { bot := gokord.Bot{ Token: token, Status: []*gokord.Status{ + { + Type: gokord.WatchStatus, + Content: "Les Copaings", + Url: "", + }, { Type: gokord.GameStatus, - Content: "Les Copaings Bot 2.0", + Content: "Dev par @anhgelus", + Url: "", + }, + { + Type: gokord.ListeningStatus, + Content: "http 418, I'm a tea pot", Url: "", }, },