From 9b8cc68b970493aeefb7bf41a47f9745f8b5aaca Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 23 Mar 2018 21:19:48 +0000 Subject: [PATCH] Fix --- commands/search/rule34.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/rule34.js b/commands/search/rule34.js index 99ee1696..b8266079 100644 --- a/commands/search/rule34.js +++ b/commands/search/rule34.js @@ -1,4 +1,4 @@ -const Command = require('../../structures/Command'); +const { Command } = require('discord.js-commando'); const snekfetch = require('snekfetch'); module.exports = class Rule34Command extends Command {