From 80120303da27c1ebbd74b4f31979997e504f0185 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 8 Sep 2017 22:05:14 +0000 Subject: [PATCH] Beep --- commands/moderation/unban.js | 1 - structures/Util.js | 1 - 2 files changed, 2 deletions(-) diff --git a/commands/moderation/unban.js b/commands/moderation/unban.js index 00183a65..a5196753 100644 --- a/commands/moderation/unban.js +++ b/commands/moderation/unban.js @@ -1,5 +1,4 @@ const Command = require('../../structures/Command'); -const { stripIndents } = require('common-tags'); module.exports = class UnbanCommand extends Command { constructor(client) { diff --git a/structures/Util.js b/structures/Util.js index 1e370669..db3032f4 100644 --- a/structures/Util.js +++ b/structures/Util.js @@ -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) {