From 537b372b4244b8a412b28e795ab7939e492552ae Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 10 Sep 2016 12:46:22 -0400 Subject: [PATCH] Fix another ESLint failure --- src/structures/DMChannel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structures/DMChannel.js b/src/structures/DMChannel.js index e9904a6da..169555c23 100644 --- a/src/structures/DMChannel.js +++ b/src/structures/DMChannel.js @@ -1,4 +1,3 @@ -const User = require('./User'); const Channel = require('./Channel'); const TextBasedChannel = require('./interface/TextBasedChannel'); const Collection = require('../util/Collection');