This commit is contained in:
JonnyBro 2022-01-31 20:09:32 +05:00
parent d0891de323
commit 460f1d6c01

View file

@ -43,7 +43,7 @@ module.exports = class {
} }
// Check if the autorole is enabled // Check if the autorole is enabled
if (guildData.plugins.autorole.enabled) member.roles.add(guildData.plugins.autorole.role).catch(() => {}); if (guildData.plugins.autorole.enabled) member.roles.add(guildData.plugins.autorole.role);
// Check if welcome message is enabled // Check if welcome message is enabled
if (guildData.plugins.welcome.enabled) { if (guildData.plugins.welcome.enabled) {