mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Yay I can Install my own dependencies
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const { Command } = require('discord.js-commando');
|
||||
const translator = require('../../functions/translator.js');
|
||||
const translator = require('custom-translate');
|
||||
const morse = {
|
||||
"a": ".-",
|
||||
"b": "-...",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const { Command } = require('discord.js-commando');
|
||||
const translator = require('../../functions/translator.js');
|
||||
const translator = require('custom-translate');
|
||||
const { dictionary } = require('./piratewords.json');
|
||||
|
||||
module.exports = class PirateCommand extends Command {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const { Command } = require('discord.js-commando');
|
||||
const translator = require('../../functions/translator.js');
|
||||
const translator = require('custom-translate');
|
||||
const { dictionary } = require('./temmiewords.json');
|
||||
|
||||
module.exports = class TemmieCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user