mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
forgor to add setRequired
This commit is contained in:
parent
3593e48998
commit
2c18b4052d
@ -18,5 +18,6 @@ export default {
|
|||||||
.setDescription('View the invite data')
|
.setDescription('View the invite data')
|
||||||
.addStringOption(x=>x
|
.addStringOption(x=>x
|
||||||
.setName('code')
|
.setName('code')
|
||||||
.setDescription('Discord invite code'))
|
.setDescription('Discord invite code')
|
||||||
|
.setRequired(true))
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user