#πŸ”’ Discord Bots

17 messages Β· Page 1 of 1 (latest)

foggy shadow
#

i need help making my project, im trying to make a simple embed that contains some information, could u please help, Thanks!

jade mesaBOT
#

@foggy shadow

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.

delicate bay
#

what you got so far

jade mesaBOT
#

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...
signal tartan
#

this is what you want

foggy shadow
foggy shadow
signal tartan
delicate bay
#

do you have the bot set up?

foggy shadow
#

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

foggy shadow
#

I'm in a class rn so I won't answer u tho for sometime I'm rlly sorry

delicate bay
#

you first need to make an application in the discord developer portal

#

which gives you a token

jade mesaBOT
#
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.