We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2a5e5 commit 254ea02Copy full SHA for 254ea02
main.cc
@@ -18,7 +18,7 @@ int main() {
18
19
std::cout << "Howdy, and thanks for trying out Discord++!\n"
20
<< "Feel free to drop into the official server at "
21
- "https://discord.gg/VHAyrvspCx if you have any questions.\n\n"
+ "https://discord.gg/4stCdkDHw6 if you have any questions.\n\n"
22
<< std::flush;
23
24
std::cout << "Starting bot...\n\n";
@@ -68,7 +68,7 @@ int main() {
68
<< "I'm a simple bot meant to demonstrate the "
69
"Discord++ library.\n"
70
<< "You can learn more about Discord++ at "
71
- "https://discord.gg/VHAyrvspCx";
+ "https://discord.gg/4stCdkDHw6";
72
bot->createMessage()
73
->channel_id(*msg.channel_id)
74
->content(content.str())
0 commit comments