Don't need tsubaki if I can just make it myself

This commit is contained in:
Daniel Odendahl Jr
2017-10-23 20:39:56 +00:00
parent cf23f22318
commit 984f8f473c
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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 {