forked from hippoz/brainlet
actually dont replace it with a word
This commit is contained in:
parent
d7234d5df8
commit
5c804f1a03
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const main = async () => {
|
||||||
client.gateway.on('message', async (e) => {
|
client.gateway.on('message', async (e) => {
|
||||||
if (e.author._id === client.user._id) return;
|
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, {
|
await discordWebhook.send(e.content, {
|
||||||
username: e.author.username
|
username: e.author.username
|
||||||
|
|
Loading…
Reference in a new issue