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
{{ message }}
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.
Some guilds block embeds on their bot channels, so having a .noembed command could toggle the use of embeds in selfbot commands. When disabled, command outputs are done as a normal post instead.
The text was updated successfully, but these errors were encountered:
you could just check if the server will allow you to use embeds at startup/before msg send and then set a flag for that server in memory and use plaintext from then on
That is true, some guilds allow user embeds but prohibit their usage, usually under anti-selfbot rules. My intention was to have a sqlite database or something where you can mark certain guilds as "no-embed".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some guilds block embeds on their bot channels, so having a
.noembed
command could toggle the use of embeds in selfbot commands. When disabled, command outputs are done as a normal post instead.The text was updated successfully, but these errors were encountered: