mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class RoleListCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg) {
|
||||
const roles = msg.guild.settings.get('roles', []);
|
||||
const roles = msg.guild.settings.get('openRoles', []);
|
||||
if (!roles.length) return msg.say('This server has no open roles...');
|
||||
return msg.say(stripIndents`
|
||||
**Roles available in ${msg.guild.name}**:
|
||||
|
||||
Reference in New Issue
Block a user