From d7b5ffbbc465bbf45eb2b9e4c2e7024fb5f8ae41 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 5 Mar 2018 22:23:07 +0000 Subject: [PATCH] Fix --- commands/role-manage/role-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/role-manage/role-list.js b/commands/role-manage/role-list.js index 9f667a8f..e7fba7d6 100644 --- a/commands/role-manage/role-list.js +++ b/commands/role-manage/role-list.js @@ -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}**: