|
|
@ -124,7 +124,7 @@ var voteSuggestion = enforceDM(enforceArgumentCount(
|
|
|
|
}
|
|
|
|
}
|
|
|
|
message.AuditInfo(s, fmt.Sprintf("Vote ID %d has been created by <@%s>.", id, m.Author.ID))
|
|
|
|
message.AuditInfo(s, fmt.Sprintf("Vote ID %d has been created by <@%s>.", id, m.Author.ID))
|
|
|
|
s.ChannelMessageEdit(config.VoteChannel, msg.ID, "")
|
|
|
|
s.ChannelMessageEdit(config.VoteChannel, msg.ID, "")
|
|
|
|
createCustomEmbed(id, command[1]).Edit(s, config.VoteChannel, msg.ID)
|
|
|
|
createCustomEmbed(id, command[2]).Edit(s, config.VoteChannel, msg.ID)
|
|
|
|
s.MessageReactionAdd(config.VoteChannel, msg.ID, emojiOne)
|
|
|
|
s.MessageReactionAdd(config.VoteChannel, msg.ID, emojiOne)
|
|
|
|
s.MessageReactionAdd(config.VoteChannel, msg.ID, emojiTwo)
|
|
|
|
s.MessageReactionAdd(config.VoteChannel, msg.ID, emojiTwo)
|
|
|
|
s.MessageReactionAdd(config.VoteChannel, msg.ID, emojiThree)
|
|
|
|
s.MessageReactionAdd(config.VoteChannel, msg.ID, emojiThree)
|
|
|
|