This commit is contained in:
Daniel Odendahl Jr
2017-09-08 22:05:14 +00:00
parent 74b88819e1
commit 80120303da
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
const Command = require('../../structures/Command');
const { stripIndents } = require('common-tags');
module.exports = class UnbanCommand extends Command {
constructor(client) {
-1
View File
@@ -1,7 +1,6 @@
const snekfetch = require('snekfetch');
const { promisify } = require('util');
const { DBOTS_KEY, DBOTSORG_KEY } = process.env;
const { stripIndents } = require('common-tags');
class Util {
static postStats(count, id) {