Improve More Stuff

This commit is contained in:
Daniel Odendahl Jr
2017-04-12 20:44:39 +00:00
parent 33c71eb107
commit 007196e5d4
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const morse = {
"7": "--...",
"8": "---..",
"9": "----.",
" ": " ",
" ": "/",
".": ".-.-.-",
"?": "..--..",
",": "--..--",
+1 -1
View File
@@ -1,6 +1,6 @@
const { Command } = require('discord.js-commando');
const translator = require('../../functions/translator.js');
const { dictionary } = require('./pirateDictionary.json');
const { dictionary } = require('./piratewords.json');
module.exports = class PirateCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,6 +1,6 @@
const { Command } = require('discord.js-commando');
const translator = require('../../functions/translator.js');
const { dictionary } = require('./temmieDictionary.json');
const { dictionary } = require('./temmiewords.json');
module.exports = class TemmieCommand extends Command {
constructor(client) {