diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -119,8 +119,18 @@ func main() { 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: "", }, }, |
