-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Functions and Improvements #254
Conversation
Before merging / accepting, |
Lmk if any others use the old system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before merging.
Type
$msg
$removeLinks
,$removeNumbers
,$removeNewLines
$rulesChannelID
,$suppressEmbeds
,$unsuppressEmbeds
,$shardCount
,$removeSpecialChars
Breakdown
$removeLinks[text]
- Removes links from the provided text.$removeNumbers[text]
- Removes numbers from the provided text.$removeNewLines[text]
- Removes all new lines from the provided text.$rulesChannelID[(optional) guildID]
- Returns the server's rules channel ID.$suppressEmbeds[messageID;channelID]
- Suppresses embedded content from a message.$unsuppressEmbeds[messageID;channelID]
- Unsuppresses embedded content from the embed-suppressed message.$shardCount
- Returns how many shards the bot has.$removeSpecialChars[text]
- Removes special characters from the provided text.$msg
include: webhookid, issystem, type, istts, editedtimestamp, editedat, iscrosspostableDescription
Made some new functions and improvements.
I'm open to feedback and suggestions.