mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Improve More Stuff
This commit is contained in:
@@ -37,7 +37,7 @@ const morse = {
|
|||||||
"7": "--...",
|
"7": "--...",
|
||||||
"8": "---..",
|
"8": "---..",
|
||||||
"9": "----.",
|
"9": "----.",
|
||||||
" ": " ",
|
" ": "/",
|
||||||
".": ".-.-.-",
|
".": ".-.-.-",
|
||||||
"?": "..--..",
|
"?": "..--..",
|
||||||
",": "--..--",
|
",": "--..--",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const translator = require('../../functions/translator.js');
|
const translator = require('../../functions/translator.js');
|
||||||
const { dictionary } = require('./pirateDictionary.json');
|
const { dictionary } = require('./piratewords.json');
|
||||||
|
|
||||||
module.exports = class PirateCommand extends Command {
|
module.exports = class PirateCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const translator = require('../../functions/translator.js');
|
const translator = require('../../functions/translator.js');
|
||||||
const { dictionary } = require('./temmieDictionary.json');
|
const { dictionary } = require('./temmiewords.json');
|
||||||
|
|
||||||
module.exports = class TemmieCommand extends Command {
|
module.exports = class TemmieCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user