embed-message #31
Replies: 3 comments 15 replies
-
I think there is a typo if (event.command.get_command_name == "embed") { should be this: if (event.command.get_command_name() == "embed") { |
Beta Was this translation helpful? Give feedback.
3 replies
-
this causes such an error:
|
Beta Was this translation helpful? Give feedback.
7 replies
-
It doesn't work for me. I think I set up everything correctly but when I compile and run it it doesn't print anything in the console and my bot is not started either. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
embed-message
A lightweight C++ Discord API library supporting the entire Discord API, including Slash Commands, Voice/Audio, Sharding, Clustering and more!
https://dpp.dev/embed-message.html
Beta Was this translation helpful? Give feedback.
All reactions