Skip to content

Commit

Permalink
Merge pull request #9 from DestroyCom/logger_feature
Browse files Browse the repository at this point in the history
Update queue_constructor.js
  • Loading branch information
DestroyCom authored Aug 20, 2023
2 parents 7f1fe9c + 748bd77 commit 0665f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/queue_constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const queue_create = async (
require("./bases").log.error({
message: `Error occured : ${error}`,
where: "discord",
action: "queue_create",
action: "join_voice_channel",
});
return "ERR";
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stroycord",
"description": "La fameuse phrase \"je reviens\" de DevilKing a chaque depart de ce dernier de discord INCLUS MAINTENANT UN BOT MUSICAL",
"version": "0.9.0",
"version": "0.10.1",
"engines": {
"node": ">=16.14.*"
},
Expand Down

0 comments on commit 0665f00

Please sign in to comment.