mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
fix
This commit is contained in:
parent
d0891de323
commit
460f1d6c01
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module.exports = class {
|
|||
}
|
||||
|
||||
// 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
|
||||
if (guildData.plugins.welcome.enabled) {
|
||||
|
|
Loading…
Reference in a new issue