diff --git a/src/slash/init.ts b/src/slash/init.ts index 4bdae71..bc1a548 100644 --- a/src/slash/init.ts +++ b/src/slash/init.ts @@ -7,7 +7,7 @@ export class InitCommand implements SlashCommand { description = 'Adds you as a player' permission = [] ownerOnly = false - guildOnly = true + guildOnly = false args: ApplicationCommandOptionData[] = [] async execute(int: CommandInteraction) {