python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it possible to integrate an C++ UI inside a Website?
I need your help on something.
I got an C++ application divided in two sub programs working together.
The first program gets data from a device and fill, through a buffer, a second program that displa...
Nano
Votes: 0
Answers: 0
How can I set an image or thumbnail as the bot's avatar in discord.py embed?
Is it possible to set the embed image as the bot's profile picture?
If user's:
embed=discord.Embed(title="This is my profile pick")
embed.set_author(name="name", icon_url=ctx.autho...
Hyperba
Votes: 0
Answers: 3
How do you send a private message to ctx.author in discord.py?
This is how you would send a message...
In discord.py:
embed=discord.Embed(title="your password is 123")
await ctx.reply(embed=embed)
But oh no... That password was (although it was replied...
Hyperba
Votes: 0
Answers: 2
How to use custom emojis in discord.py embeds like this image:
I want to use a custom emoji...
I am developing a discord bot and I would like to import a custom emoji (imported one) in my discord.Embed() but can not figure out how...
How did this bot do it?
Tak...
Hyperba
Votes: 0
Answers: 1