Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ApplicationCommand = &discordgo.ApplicationCommand{ Name: "countvotes", Description: "Count votes and determine contest winners", Options: []*discordgo.ApplicationCommandOption{ { Type: discordgo.ApplicationCommandOptionChannel, Name: optionChannel, Description: "Forum channel of the contest", Required: true, Autocomplete: true, ChannelTypes: []discordgo.ChannelType{discordgo.ChannelTypeGuildForum}, }, }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.