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