1
0
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:
Toast 2023-05-23 17:36:23 +10:00
parent 3593e48998
commit 2c18b4052d

View File

@ -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))
}