Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3bf763f196
|
|||
8f9205fbf0
|
3
bolt.go
3
bolt.go
@@ -20,7 +20,8 @@ const (
|
||||
dg.IntentGuildMembers |
|
||||
dg.IntentGuildPresences |
|
||||
dg.IntentMessageContent |
|
||||
dg.IntentsGuildMessages
|
||||
dg.IntentsGuildMessages |
|
||||
dg.IntentGuildMessageReactions
|
||||
)
|
||||
|
||||
// basic bot structure containing discordgo connection as well as the command map
|
||||
|
@@ -34,6 +34,7 @@ const (
|
||||
ReactionDoubleExclamation Reaction = ":bangbang:"
|
||||
ReactionSkull Reaction = ":skull:"
|
||||
ReactionSpeakingHead Reaction = ":speaking_head:"
|
||||
ReactionGreenCheck Reaction = ":white_check_mark:"
|
||||
)
|
||||
|
||||
// information about attachments to messages
|
||||
|
Reference in New Issue
Block a user