Skip to content

Commit 2d9a79e

Browse files
committed
unused variable
1 parent 83e64fd commit 2d9a79e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/owner/createRoles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
requiredPermissions: ["MANAGE_GUILD", "MANAGE_ROLES"],
1616
ownerOnly: true,
1717

18-
callback: async ({ client, interaction: msgInt }) => {
18+
callback: async ({ interaction: msgInt }) => {
1919
console.log(chalk.green("Creating roles..."));
2020
console.log(
2121
chalk.red("------------------------------------------------------")
@@ -45,3 +45,4 @@ export default {
4545
);
4646
},
4747
} as ICommand;
48+

0 commit comments

Comments
 (0)