diff --git a/src/commands/pride.js b/src/commands/pride.js index 92ec057..6a7abfc 100644 --- a/src/commands/pride.js +++ b/src/commands/pride.js @@ -20,7 +20,7 @@ const Discord = require('discord.js') exports.run = (client, message, args) => { const flag = args[0] if (!flag) { - return client.userError(message, exports, 'Missing argument, the `flag` argument is required!') + return message.channel.send('<:error:466995152976871434> Missing argument, the `flag` argument is required!') } const available = ['lesbian', 'gay', 'bisexual', 'pansexual', 'trans', 'asexual', 'aromantic', 'ally']