diff --git a/llamabot.js b/llamabot.js index dee5824..e70536b 100644 --- a/llamabot.js +++ b/llamabot.js @@ -161,7 +161,7 @@ client.on('messageCreate', async (message) => { } } else { // We are good to go, send the response - await message.channel.send(response); + await message.channel.send(response.replace("@", "")); } setPresenceOnline()