mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-30 08:08:13 +00:00
discord: add missing command option types
This commit is contained in:
parent
42aa73a592
commit
127c6776ac
|
|
@ -35,6 +35,8 @@ const (
|
||||||
UserOption
|
UserOption
|
||||||
ChannelOption
|
ChannelOption
|
||||||
RoleOption
|
RoleOption
|
||||||
|
MentionableOption
|
||||||
|
NumberOption
|
||||||
)
|
)
|
||||||
|
|
||||||
type CommandOptionChoice struct {
|
type CommandOptionChoice struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue