feat(bot): better status

This commit is contained in:
Anhgelus Morhtuuzh 2024-04-16 16:03:36 +02:00
parent fe789ad072
commit 3bd8d28a97
No known key found for this signature in database
GPG key ID: CF4550297832A29F

12
main.go
View file

@ -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: "",
},
},