C
C#2y ago
김태정

❔ 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
김태정
김태정OP2y ago
I uploaded the file. Please help me...
ero
ero2y ago
$code
MODiX
MODiX2y ago
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/
phaseshift
phaseshift2y ago
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
Tvde1
Tvde12y ago
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...
김태정
김태정OP2y ago
Thanks everybody😍
Accord
Accord17mo ago
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.

Did you find this page helpful?