You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using insult or echo will not actually ping the user though the @user is still in place. this is likely due to the usage of the clean message doing sanitization we weren't aware of
The text was updated successfully, but these errors were encountered:
The issue I worry about in regards to changing the line from const arg = message.cleanContent.split(' ') to const arg = message.content.split(' ') is how it might affect the JS commands within events/message.js
I've done some tests with having the arguments for the plugins be made separately from the rest. It's a quick fix but I want to get this branch merged before the big DB update
using insult or echo will not actually ping the user though the @user is still in place. this is likely due to the usage of the clean message doing sanitization we weren't aware of
The text was updated successfully, but these errors were encountered: