forked from Galactic/galactic-bot
wrapper funcs
This commit is contained in:
parent
f3d330ef6d
commit
cbcc3131d5
@ -195,6 +195,10 @@ class InteractionWrapper {
|
||||
return this.interaction.deferred;
|
||||
}
|
||||
|
||||
get values() {
|
||||
return this.interaction.values;
|
||||
}
|
||||
|
||||
isButton() {
|
||||
return this.interaction.isButton();
|
||||
}
|
||||
@ -211,6 +215,10 @@ class InteractionWrapper {
|
||||
return this.interaction.isContextMenu();
|
||||
}
|
||||
|
||||
isSelectMenu() {
|
||||
return this.interaction.isSelectMenu();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = InteractionWrapper;
|
Loading…
Reference in New Issue
Block a user