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 {