diff --git a/docpages/example_programs/misc/setting_status.md b/docpages/example_programs/misc/setting_status.md index 7e2ad29e5d..ebe0aff2c4 100644 --- a/docpages/example_programs/misc/setting_status.md +++ b/docpages/example_programs/misc/setting_status.md @@ -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.