Remove any @ symbol to remove spam pings
This commit is contained in:
parent
f4e97d9710
commit
63a4486745
@ -161,7 +161,7 @@ client.on('messageCreate', async (message) => {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// We are good to go, send the response
|
// We are good to go, send the response
|
||||||
await message.channel.send(response);
|
await message.channel.send(response.replace("@", ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
setPresenceOnline()
|
setPresenceOnline()
|
||||||
|
Loading…
Reference in New Issue
Block a user