feat(bot): better status
This commit is contained in:
parent
fe789ad072
commit
3bd8d28a97
1 changed files with 11 additions and 1 deletions
12
main.go
12
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: "",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue