mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-12-14 23:56:26 +01:00
comment unused code, dont overwrite source language
This commit is contained in:
parent
10135e6ec1
commit
f74e354901
5 changed files with 10 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue