forked from Galactic/galactic-bot
editTrigger error when not implemented
This commit is contained in:
parent
0cc1238c97
commit
e6af66678a
@ -246,6 +246,10 @@ class FilterSetting extends Setting {
|
||||
|
||||
}
|
||||
|
||||
_editTrigger() {
|
||||
return { error: true, index: 'SETTING_FILTER_MISSING_TRIGGER_EDIT', params: { setting: this.name } };
|
||||
}
|
||||
|
||||
async _editExpiration(interaction, actions, action) {
|
||||
|
||||
if (!interaction.guild._settings.modpoints?.enabled) return {
|
||||
|
Loading…
Reference in New Issue
Block a user