actually dont replace it with a word

This commit is contained in:
hippoz 2020-12-08 01:09:26 +02:00
parent d7234d5df8
commit 5c804f1a03

View file

@ -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