Skip to content

Commit b6cae0b

Browse files
committed
Update explain.js
1 parent e77be28 commit b6cae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/explain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const core = require('@hazo-development/hazo-core');
1010
module.exports = new Command({
1111
name: "explain",
1212
description: "Hello world.",
13-
aliases: [],
13+
aliases: ["hello world"],
1414

1515
async run(message, args, con, rows, client) {
1616
try {

0 commit comments

Comments
 (0)