mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
forgor to add setRequired
This commit is contained in:
parent
c59b69b8ec
commit
4fd788507b
@ -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