mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-12-03 12:23:02 +00:00
discord: Fix reference to deleted SelectComponent (#387)
This commit is contained in:
parent
c2657da488
commit
f4ec5bc80e
|
@ -250,7 +250,7 @@ func (c *ContainerComponents) UnmarshalJSON(b []byte) error {
|
||||||
//
|
//
|
||||||
// - *ActionRowComponent
|
// - *ActionRowComponent
|
||||||
// - *ButtonComponent
|
// - *ButtonComponent
|
||||||
// - *SelectComponent
|
// - *StringSelectComponent
|
||||||
// - *TextInputComponent
|
// - *TextInputComponent
|
||||||
// - *UserSelectComponent
|
// - *UserSelectComponent
|
||||||
// - *RoleSelectComponent
|
// - *RoleSelectComponent
|
||||||
|
|
Loading…
Reference in a new issue