diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-16 16:03:36 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-16 16:03:36 +0200 |
| commit | 3bd8d28a97c144df2d6c56f6cff55c1629b93ede (patch) | |
| tree | 57894eedb93ba11f3cad9a08c8d9b07f0dbf0fad /main.go | |
| parent | fe789ad0722924c47243859906497ee2a3a55134 (diff) | |
feat(bot): better status
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: "", }, }, |
