trade exists
This commit is contained in:
parent
0dc41ceb44
commit
af7654dd25
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user