We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e64fd commit 2d9a79eCopy full SHA for 2d9a79e
commands/owner/createRoles.ts
@@ -15,7 +15,7 @@ export default {
15
requiredPermissions: ["MANAGE_GUILD", "MANAGE_ROLES"],
16
ownerOnly: true,
17
18
- callback: async ({ client, interaction: msgInt }) => {
+ callback: async ({ interaction: msgInt }) => {
19
console.log(chalk.green("Creating roles..."));
20
console.log(
21
chalk.red("------------------------------------------------------")
@@ -45,3 +45,4 @@ export default {
45
);
46
},
47
} as ICommand;
48
+
0 commit comments