fix(arabot): typo in fixRoles

This commit is contained in:
Anthony Berg 2025-01-17 15:34:22 +01:00
parent 71f0ee9f01
commit dc16dee92c

View File

@ -83,7 +83,7 @@ export class FixRolesOnReady extends Listener {
if (members === undefined) { if (members === undefined) {
this.container.logger.error( this.container.logger.error(
'FixRolesOnReady: Could fetch all the members, this function is stopping now.', 'FixRolesOnReady: Could not fetch all the members, this function is stopping now.',
); );
if (sendLogs) { if (sendLogs) {
logChannel.send("Never mind, something went wrong :'("); logChannel.send("Never mind, something went wrong :'(");