mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
Fix notes
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
|||||||
subcommand
|
subcommand
|
||||||
.setName('add')
|
.setName('add')
|
||||||
.setDescription('Add notes to a user.')
|
.setDescription('Add notes to a user.')
|
||||||
.addUserOption(option =>
|
.addStringOption(option =>
|
||||||
option
|
option
|
||||||
.setName('user')
|
.setName('user')
|
||||||
.setDescription('The discord user mention, or ID, to add a note to.')
|
.setDescription('The discord user mention, or ID, to add a note to.')
|
||||||
|
|||||||
Reference in New Issue
Block a user