Skip to content

Commit 40819bf

Browse files
committed
1.0.0 DEV 1
1 parent b6cae0b commit 40819bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/explain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = new Command({
1616
try {
1717
message.reply("Hello world!");
1818
} catch (error) {
19-
console.log(red(`[HAZO-COMMAND] In the command ${this.name} an error has occurred -> ${error}`))
19+
console.log(red(`[COMMAND] In the command ${this.name} an error has occurred -> ${error}`))
2020
}
2121
}
2222
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.js-advanced-command-handler",
3-
"version": "1.0.0",
3+
"version": "1.0.0 DEV 1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)