Refactor roleplay commands, bro-hoof, meme, remove face, add dotenv support

This commit is contained in:
Daniel Odendahl Jr
2018-08-28 22:26:58 +00:00
parent 5f81ce16c3
commit a4518c05ce
35 changed files with 349 additions and 287 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ module.exports = class EatPantCommand extends Command {
}
run(msg) {
return msg.say({ files: ['https://i.imgur.com/sSmhvxt.jpg'] });
return msg.say({ files: ['https://i.imgur.com/uEk0kI4.jpg'] });
}
};