UNPKG
@wilcosp/rex
Version:
latest (3.0.0-beta22feb09b)
next (3.0.0-beta23march29A)
3.0.0-beta23march29A
3.0.0-beta22feb09b
Rex is an automated command manager for discord js
gitlab.com/WilcoSp/rex-commandmanager
@wilcosp/rex
/
dist
/
esm
/
interactions
/
components
/
stringSelectMenu.js
7 lines
(6 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
RexSelectMenuInteractionBase
}
from
"./selectmenu.js"
;
export
class
RexStringSelectMenuInteraction
extends
RexSelectMenuInteractionBase
{
constructor
(
inter, opt
) {
super
(inter, opt); } }