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