diff --git a/docpages/example_programs/interactions_and_components/making_threads.md b/docpages/example_programs/interactions_and_components/making_threads.md index f0db78dc42..25822e0ba6 100644 --- a/docpages/example_programs/interactions_and_components/making_threads.md +++ b/docpages/example_programs/interactions_and_components/making_threads.md @@ -10,7 +10,7 @@ First, let's go through creating a thread. int main() { -/ * Create the bot */ + /* Create the bot */ dpp::cluster bot("token"); bot.on_log(dpp::utility::cout_logger());