From 47f163dcab6fa24fdad01d97d4bdf1b1e0d140e8 Mon Sep 17 00:00:00 2001 From: mudkipscience Date: Sat, 30 May 2020 13:59:50 +1000 Subject: [PATCH] forgot to remove stuff from v2 --- src/commands/pride.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']