forgot to remove stuff from v2

This commit is contained in:
Emily 2020-05-30 13:59:50 +10:00
parent 7a1964fb4c
commit 47f163dcab
1 changed files with 1 additions and 1 deletions

View File

@ -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']