Add Easter Egg Command

This commit is contained in:
Daniel Odendahl Jr
2017-04-20 20:30:29 +00:00
parent 3401ab5e22
commit b2b9ab9d73
12 changed files with 537 additions and 487 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const { Command } = require('discord.js-commando');
const translator = require('custom-translate');
const { dictionary } = require('./morsemappings.json');
const dictionary = require('./morsemappings.json');
module.exports = class MorseCommand extends Command {
constructor(client) {