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 b6cae0b commit 40819bfCopy full SHA for 40819bf
commands/explain.js
@@ -16,7 +16,7 @@ module.exports = new Command({
16
try {
17
message.reply("Hello world!");
18
} catch (error) {
19
- console.log(red(`[HAZO-COMMAND] In the command ${this.name} an error has occurred -> ${error}`))
+ console.log(red(`[COMMAND] In the command ${this.name} an error has occurred -> ${error}`))
20
}
21
22
});
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord.js-advanced-command-handler",
3
- "version": "1.0.0",
+ "version": "1.0.0 DEV 1",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments