diff --git a/bot/src/bot/modules/event_handler.ts b/bot/src/bot/modules/event_handler.ts index 40b23d8..bcf83ed 100644 --- a/bot/src/bot/modules/event_handler.ts +++ b/bot/src/bot/modules/event_handler.ts @@ -106,8 +106,7 @@ client.on('message', async message => { // Don't need to risk exposing the user to the token, so we'll send it in the nonce await message.channel.sendMessage({ - content: 'Token request granted.', - nonce: `${ulid()}; TOKEN:${token}`, + content: `Token request granted. **Do not send the content of this message to anyone!**\n$%${token}%$`, replies: [ { id: message._id, mention: false } ], }); return;