From 588213897ba618b5b08500cd04b23bcc490e6146 Mon Sep 17 00:00:00 2001 From: Craig Edwards Date: Tue, 8 Oct 2024 12:55:24 +0000 Subject: [PATCH] fix: spelling --- include/dpp/commandhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dpp/commandhandler.h b/include/dpp/commandhandler.h index 4a68343996..1958bc43d4 100644 --- a/include/dpp/commandhandler.h +++ b/include/dpp/commandhandler.h @@ -253,7 +253,7 @@ struct DPP_EXPORT command_info_t { * functions. * @deprecated commandhandler and message commands are deprecated and dpp::slashcommand is encouraged as a replacement. */ -class DPP_EXPORT DPP_DEPRECATED("commandhandler should not be used. Plese consider using dpp::cluster::register_command instead.") commandhandler { +class DPP_EXPORT DPP_DEPRECATED("commandhandler should not be used. Please consider using dpp::cluster::register_command instead.") commandhandler { private: /** * @brief List of guild commands to bulk register