forked from Galactic/galactic-bot
typo fix
This commit is contained in:
parent
5ee85f3b56
commit
3cf1cb78d8
@ -95,7 +95,7 @@ class DmInfraction extends Setting {
|
||||
|
||||
const { enabled, infractions, infraction, message } = opts;
|
||||
|
||||
if (enabled) setting.enable = enabled.value;
|
||||
if (enabled) setting.enabled = enabled.value;
|
||||
|
||||
if (infractions) {
|
||||
const response = await this._prompt(interaction, {
|
||||
|
Loading…
Reference in New Issue
Block a user