We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a74d2 commit e727325Copy full SHA for e727325
src/app.ts
@@ -41,7 +41,7 @@ client.on('warn', (warning) => {
41
42
const debugs: string[] = [];
43
client.on('debug', (debug) => {
44
- debugs.push(debug);
+ debugs.push(debug.replace(getConfig('DISCORD_BOT_TOKEN'), 'DISCORD_BOT_TOKEN'));
45
});
46
47
client.on('message', async (msg) => {
0 commit comments