comment unused code, dont overwrite source language

This commit is contained in:
Syping 2024-02-10 13:12:50 +01:00
parent 10135e6ec1
commit f74e354901
5 changed files with 10 additions and 1 deletions

View file

@ -82,6 +82,7 @@ std::vector<dpp::snowflake> database::get_channels(dpp::snowflake guild_id)
return {};
}
/*
std::string database::get_channel_source(dpp::snowflake guild_id, dpp::snowflake channel_id)
{
#ifndef NDEBUG
@ -97,6 +98,7 @@ std::vector<bot::settings::target> database::get_channel_targets(dpp::snowflake
#endif
return {};
}
*/
std::vector<dpp::snowflake> database::get_guilds()
{