forked from embee/woomy
forgot to remove stuff from v2
This commit is contained in:
parent
7a1964fb4c
commit
47f163dcab
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue