#π Discord Bots
17 messages Β· Page 1 of 1 (latest)
@foggy shadow
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.
what you got so far
!d discord.Embed
class discord.Embed(*, colour=None, color=None, title=None, type='rich', url=None, description=None, timestamp=None)```
Represents a Discord embed.
len(x) Returns the total size of the embed. Useful for checking if itβs within the 6000 character limit.
bool(b) Returns whether the embed has any data set.
New in version 2.0.
x == y Checks if two embeds are equal.
New in version 2.0...
this is what you want
can u help me in my project tho
well didnt do anything
whats the project?
do you have the bot set up?
So it's like an application that I made that the user puts his info and it's saved on my computer as database and then when he goes to my discord server and does the slash cmd the information he used shows up in a embed
No but I need help
I'm in a class rn so I won't answer u tho for sometime I'm rlly sorry
you first need to make an application in the discord developer portal
which gives you a token
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.