Fix critical bug

This commit is contained in:
Daniel Odendahl Jr
2018-04-24 21:43:55 +00:00
parent d26af498ad
commit 6a96b979c9
+1 -1
View File
@@ -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',