mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Don't need tsubaki if I can just make it myself
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { Command } = require('discord.js-commando');
|
||||
const snekfetch = require('snekfetch');
|
||||
const path = require('path');
|
||||
const { promisifyAll } = require('tsubaki');
|
||||
const { promisifyAll } = require('../../util/Util');
|
||||
const fs = promisifyAll(require('fs'));
|
||||
|
||||
module.exports = class DECTalkCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user