#๐Ÿ”’ discord.py embeds just stopped working

4 messages ยท Page 1 of 1 (latest)

sick stump
#

Hi, my discord bot has just stopped being able to send embeds all of a sudden. Nothing has changed, none of my code has changed, this was all working last time I ran the command.

The relevant code snippet is:

        print("Creating embed for rules info...")
        embedVar = discord.Embed(title="Rules", description="description", color=0x00ff00)
        print("Adding field")
        embedVar.add_field(name="Strikes System", value="""Long Text""", inline=False)
        print("Sending embed...")
        await rules_channel.send(embed=embedVar)

It just stalls at line 2, it outputs no errors, and I can run other commands after it stalls. Just for some reason when it tries to create the embed it just doesn't. What's going wrong?

bronze oarBOT
#

@sick stump

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

bronze oarBOT
#

@sick stump

Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.