Skip to content

Commit 254ea02

Browse files
authored
New invite link in main.cc
1 parent 7f2a5e5 commit 254ea02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int main() {
1818

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

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

0 commit comments

Comments
 (0)