Skip to content

Commit e727325

Browse files
committed
Whoops
1 parent 20a74d2 commit e727325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ client.on('warn', (warning) => {
4141

4242
const debugs: string[] = [];
4343
client.on('debug', (debug) => {
44-
debugs.push(debug);
44+
debugs.push(debug.replace(getConfig('DISCORD_BOT_TOKEN'), 'DISCORD_BOT_TOKEN'));
4545
});
4646

4747
client.on('message', async (msg) => {

0 commit comments

Comments
 (0)