why was it like this

This commit is contained in:
Hexugory 2023-03-29 15:05:04 -05:00
parent 96719c9433
commit ffd9ad39e7

View File

@ -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) {