Browse Source

Fixed an interesting bug

main
Yessiest 2 years ago
parent
commit
7bc7ef9549
  1. 1
      plugins/meta/init.lua

1
plugins/meta/init.lua

@ -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…
Cancel
Save