trade exists

This commit is contained in:
Hexugory 2023-04-01 02:18:23 -05:00
parent 0dc41ceb44
commit af7654dd25

View File

@ -12,7 +12,7 @@ interface TradeArguments {
export class TradeCommand implements SlashCommand { export class TradeCommand implements SlashCommand {
name = 'trade' name = 'trade'
description = 'Trade a character with someone' description = 'Trade a character with someone'
permission = [PermissionFlagsBits.Administrator] permission = []
ownerOnly = false ownerOnly = false
guildOnly = true guildOnly = true
//guildID = "739645806100873328" //for testing //guildID = "739645806100873328" //for testing