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
/
roleSelectMenu.js
10 lines
(9 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
RexSelectMenuInteractionBase
}
from
"./selectmenu.js"
;
export
class
RexRoleSelectMenuInteraction
extends
RexSelectMenuInteractionBase
{
constructor
(
inter, opt
) {
super
(inter, opt); }
get
roles
() {
return
this
.
inter
.
roles
; } }