We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77be28 commit b6cae0bCopy full SHA for b6cae0b
commands/explain.js
@@ -10,7 +10,7 @@ const core = require('@hazo-development/hazo-core');
10
module.exports = new Command({
11
name: "explain",
12
description: "Hello world.",
13
- aliases: [],
+ aliases: ["hello world"],
14
15
async run(message, args, con, rows, client) {
16
try {
0 commit comments