diff --git a/README.md b/README.md index 934a458739..e668f377e0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/39b054c38bba411d9b25b39524016c9e)](https://www.codacy.com/gh/brainboxdotcc/DPP/dashboard?utm_source=github.com&utm_medium=referral&utm_content=brainboxdotcc/DPP&utm_campaign=Badge_Grade) ![Lines of code](https://img.shields.io/tokei/lines/github/brainboxdotcc/DPP) [![D++ CI](https://github.com/brainboxdotcc/DPP/actions/workflows/ci.yml/badge.svg)](https://github.com/brainboxdotcc/DPP/actions/workflows/ci.yml) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/brainboxdotcc/DPP/badge)](https://securityscorecards.dev/viewer/?uri=github.com/brainboxdotcc/DPP) [![AUR version](https://img.shields.io/aur/version/dpp)](https://aur.archlinux.org/packages/dpp) ![vcpkg version](https://img.shields.io/vcpkg/v/dpp) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) diff --git a/include/dpp/cluster_coro_calls.h b/include/dpp/cluster_coro_calls.h index b09d1a979c..c468f1ac30 100644 --- a/include/dpp/cluster_coro_calls.h +++ b/include/dpp/cluster_coro_calls.h @@ -1979,7 +1979,7 @@ awaitable co_thread_member_get(const snowflake thread_i awaitable co_thread_members_get(snowflake thread_id); /** - * @brief Create a thread in forum channel + * @brief Create a thread in a forum or media channel * @note This method supports audit log reasons set by the cluster::set_audit_reason() method. * * @see dpp::cluster::thread_create_in_forum diff --git a/include/dpp/cluster_sync_calls.h b/include/dpp/cluster_sync_calls.h index 7a61f38d5f..d431a19f0b 100644 --- a/include/dpp/cluster_sync_calls.h +++ b/include/dpp/cluster_sync_calls.h @@ -2435,7 +2435,7 @@ thread_member thread_member_get_sync(const snowflake thread_id, const snowflake thread_member_map thread_members_get_sync(snowflake thread_id); /** - * @brief Create a thread in forum channel + * @brief Create a thread in a forum or media channel * @note This method supports audit log reasons set by the cluster::set_audit_reason() method. * * @see dpp::cluster::thread_create_in_forum