strinking / mawabot

A Discord selfbot to do tasks
MIT License
4 stars 2 forks source link

Add .noembed to disable embeds for a guild #35

Open emmiegit opened 6 years ago

emmiegit commented 6 years ago

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 commented 6 years ago

This will also require some kind of local data storage.

ghost commented 6 years ago

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 commented 6 years ago

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".