Fixed an interesting bug
This commit is contained in:
parent
08c43f8b04
commit
7bc7ef9549
|
@ -84,6 +84,7 @@ local function purify_strings(msg,input)
|
|||
text = text:gsub("<@(%D*)"..id..">",substitution)
|
||||
end
|
||||
text = text:gsub("@everyone","")
|
||||
text = text:gsub("@here","")
|
||||
return text
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue