Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
Update Commands.ts
Browse files Browse the repository at this point in the history
fix format
  • Loading branch information
p3nj authored Nov 6, 2021
1 parent 1ebec2e commit 51d89fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Additionally you will be invited to guild channels as messages are sent in them.
return;
}
if (param == null || param == undefined) {
await sendMessage("Command is missing parameters. Usage: bridgeall <puppetId> <1/0>");
await sendMessage("Usage: `bridgeall <puppetId> <1/0>`");
}
const bridgeAll = param === "1" || param.toLowerCase() === "true";
p.data.bridgeAll = bridgeAll;
Expand Down

0 comments on commit 51d89fb

Please sign in to comment.