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',