forked from Galactic/galactic-bot
bugfix
This commit is contained in:
parent
eec63d5542
commit
79de06d966
@ -415,7 +415,7 @@ class SettingsMigrator {
|
|||||||
default: 'You were **{infraction}** {from|on} the server `{server}`, your infraction details are below.'
|
default: 'You were **{infraction}** {from|on} the server `{server}`, your infraction details are below.'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (privatelog.onban) settings.dminfraction.messages.BAN = moderation.onban;
|
if (privatelog?.onban) settings.dminfraction.messages.BAN = moderation.onban;
|
||||||
}
|
}
|
||||||
|
|
||||||
return settings;
|
return settings;
|
||||||
|
Loading…
Reference in New Issue
Block a user