How did i fucking miss this

akairo
loicbersier 4 years ago
parent 2f3ff092c2
commit 986d0b7fb4

@ -46,7 +46,7 @@ class tweetCommand extends Command {
const blacklist = await TwitterBlacklist.findOne({where: {userID:message.author.id}});
if (blacklist) {
return message.channel.send(`You have been blacklisted for the following reasons: \`\`${blacklist.get('reason')}\`\` be less naughty less time.`);
return message.channel.send(`You have been blacklisted for the following reasons: \`\`${blacklist.get('reason')}\`\` be less naughty next time.`);
}
// Don't let account new account use this command to prevent spam
if (message.author.createdAt > date.setDate(date.getDate() - 7)) {
@ -191,4 +191,4 @@ class tweetCommand extends Command {
}
}
module.exports = tweetCommand;
module.exports = tweetCommand;

Loading…
Cancel
Save