1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 17:42:48 +00:00

feat(Bot): add restart command - update discordgo

This commit is contained in:
2020-08-12 23:12:24 -05:00
parent b308123cff
commit 52341faea9
7 changed files with 93 additions and 56 deletions

View File

@@ -18,7 +18,7 @@ type Message struct {
Timestamp time.Time `json:"timestamp"`
EditedTimestamp time.Time `json:"edited_timestamp"`
MentionRoles string `json:"mention_roles"`
Tts bool `json:"tts"`
TTS bool `json:"tts"`
MentionEveryone bool `json:"mention_everyone"`
User User `json:"user"`
UserID string `json:"user_id"`