Skip to content

Commit

Permalink
New invite link in main.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
UndarkAido committed Apr 24, 2024
1 parent 7f2a5e5 commit 254ea02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main() {

std::cout << "Howdy, and thanks for trying out Discord++!\n"
<< "Feel free to drop into the official server at "
"https://discord.gg/VHAyrvspCx if you have any questions.\n\n"
"https://discord.gg/4stCdkDHw6 if you have any questions.\n\n"
<< std::flush;

std::cout << "Starting bot...\n\n";
Expand Down Expand Up @@ -68,7 +68,7 @@ int main() {
<< "I'm a simple bot meant to demonstrate the "
"Discord++ library.\n"
<< "You can learn more about Discord++ at "
"https://discord.gg/VHAyrvspCx";
"https://discord.gg/4stCdkDHw6";
bot->createMessage()
->channel_id(*msg.channel_id)
->content(content.str())
Expand Down

0 comments on commit 254ea02

Please sign in to comment.