Skip to content

Commit

Permalink
docs: changed the tense in a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Dec 7, 2023
1 parent 0f6ec14 commit f653176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docpages/example_programs/misc/setting_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If all went well, your bot should now be online and say this on members list!

\image html botonlinestatus.png

If you wanted to make your bot show as Do Not Disturb, then you could change dpp::ps_online to dpp::ps_dnd.
If you want to make your bot show as Do Not Disturb, then you could change dpp::ps_online to dpp::ps_dnd.
You can also play around with dpp::at_game, changing it to something like dpp::at_custom or dpp::at_listening!

Now, let's cover setting the bot status to say `Playing with x guilds!` every two minutes.
Expand Down

0 comments on commit f653176

Please sign in to comment.