mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -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')
|
||||
.addStringOption(x=>x
|
||||
.setName('code')
|
||||
.setDescription('Discord invite code'))
|
||||
.setDescription('Discord invite code')
|
||||
.setRequired(true))
|
||||
}
|
Loading…
Reference in New Issue
Block a user