Skip to content

Commit

Permalink
Update modpack.command.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock authored Sep 25, 2023
1 parent a57a451 commit 132aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/modpack.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default new Command({
name: "modpack",
aliases: ["mp"],
description: "Manage the modpack's background images.",
permission: globalThis.client.roles.MANAGER, globalThis.client.roles.BUILDER_COUNCIL,
permission: [globalThis.client.roles.MANAGER, globalThis.client.roles.BUILDER_COUNCIL]
subcommands: [

Check failure on line 17 in src/commands/modpack.command.ts

View workflow job for this annotation

GitHub Actions / tsc

',' expected.
{
name: "list",
Expand Down

0 comments on commit 132aa49

Please sign in to comment.