Skip to content

Commit

Permalink
Update debug.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ZyC0R3 committed May 15, 2021
1 parent 67ad6b5 commit 5f8ec6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/settings_commands/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const debuging = async function debuging (data)
{

console.log("Debug on 1");
console.log(`Debug on 1 ${process.env.DISCORD_DEBUG_WEBHOOK_ID}`);
// Checks if there iS an item in the channels collection that corresponds with the supplied parameters, returns a boolean
const check = (element) => element.name === "ritabot-debug";
Setup:if (webhookIDVar !== process.env.DISCORD_DEBUG_WEBHOOK_ID)
Expand Down

0 comments on commit 5f8ec6c

Please sign in to comment.