diff --git a/libbrainlet/bridgebot.js b/libbrainlet/bridgebot.js index 01302d7..69b3f5a 100644 --- a/libbrainlet/bridgebot.js +++ b/libbrainlet/bridgebot.js @@ -64,7 +64,7 @@ const main = async () => { client.gateway.on('message', async (e) => { if (e.author._id === client.user._id) return; - e.content = e.content.replaceAll('@', 'attempted ping'); + e.content = e.content.replaceAll('@', ''); await discordWebhook.send(e.content, { username: e.author.username