]> git.lizzy.rs Git - furrybot-discord.git/blobdiff - common.js
Fixes
[furrybot-discord.git] / common.js
index 17563879c29a97933bf503aca600e09644598022..46fe05a59fb5dfc774524a87588650cf5edcc456 100644 (file)
--- a/common.js
+++ b/common.js
@@ -102,8 +102,5 @@ module.exports.listChangeCommand = (action, list, status) => new Object({
        }
 })
 
-module.exports.stripPings = str => str
-       .replace(/<@!/g, "<@​!")
-       .replace(/<@&/g, "<@​&")
-       .replace(/@here/g, "@​here")
-       .replace(/@everyone/g, "@​everyone")
+module.exports.stripPings = str => str.replace(/@/g, "\@")
+