-
Some code from python: @discord.ext.commands.command()
async def test(self, ctx, *args):
var_embed = discord.Embed(title="Title", color=0xe6e6e6, description="description")
await ctx.send(embed=var_embed) Error:
Role in my discord channel allowed send embed by users. |
Beta Was this translation helpful? Give feedback.
Answered by
JU5TDIE
Jan 22, 2022
Replies: 1 comment 5 replies
-
Discord patched and removed access to embeds as an user account |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
dolfies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discord patched and removed access to embeds as an user account