From 6a96b979c9f0310035b2d0d34444b2b6ce6f076c Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 24 Apr 2018 21:43:55 +0000 Subject: [PATCH] Fix critical bug --- commands/single/hi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/single/hi.js b/commands/single/hi.js index 91e15022..6fd8c5f6 100644 --- a/commands/single/hi.js +++ b/commands/single/hi.js @@ -1,6 +1,6 @@ const { Command } = require('discord.js-commando'); -module.exports = class HelloWorldCommand extends Command { +module.exports = class HiCommand extends Command { constructor(client) { super(client, { name: 'hi',