grim/wasdead

added a status
draft
2019-04-08, Ruin
56a40cda5296
Parents cc190c826ef1
Children 14a3ef1fae60
added a status
--- a/discord/discord.go Sun Apr 07 22:08:37 2019 -0700
+++ b/discord/discord.go Mon Apr 08 18:55:23 2019 -0700
@@ -47,6 +47,7 @@
c.userID = c.client.State.Ready.User.ID
c.mentionString = "<@" + c.userID + "> "
+ c.client.UpdateStatus(0, "Use - @"+c.client.State.Ready.User.Username+" help")
}
func (c *DiscordClient) Shutdown() error {