❔ This issue cannot be resolved for several hours. HELP ME...
The problem is the character on the red mark in the picture below. This is the source code where the bot responds with a message when the Discord user chats. But I want to send it as a discord embed message, not a regular message. I don't know how to send it to embed instead of a message. Please help me..
8 Replies
I uploaded the file. Please help me...
$code
To post C# code type the following:
```cs
// code here
```
Get an example by typing
$codegif
in chat
If your code is too long, post it to: https://paste.mod.gg/share in #discord-dev -someone should be able to help with embedded message. Although I imagine it is also in the documentation of the library youre using
I googled "Discord.NET send embed" and got to this result
https://stackoverflow.com/a/55220135/2631925
Try looking up how to use the library you're using
Stack Overflow
Discord.net bot Embed Message
I am trying to implement embedded messages for my bot. I know that I need to fill an Embed Object with the specific informations. But how can I send it to the Channel? When I use e.Channel.SendM...
Thanks everybody😍
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.