Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Add .noembed to disable embeds for a guild #35

Open
emmiegit opened this issue Jul 28, 2017 · 3 comments
Open

Add .noembed to disable embeds for a guild #35

emmiegit opened this issue Jul 28, 2017 · 3 comments

Comments

@emmiegit
Copy link
Collaborator

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.

@emmiegit
Copy link
Collaborator Author

This will also require some kind of local data storage.

@ghost
Copy link

ghost commented Mar 3, 2018

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

@emmiegit
Copy link
Collaborator Author

emmiegit commented Mar 3, 2018

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant