1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +03:00

Add WelcomeMessagesChannel setting (#269)

Closes #232

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-03-18 11:42:37 +03:00 committed by GitHub
parent 62709d927b
commit 5105b43eff
Signed by: GitHub
GPG key ID: B5690EEEBB952194
8 changed files with 25 additions and 2 deletions

View file

@ -1184,5 +1184,12 @@ namespace Octobot {
return ResourceManager.GetString("TimeSpanExample", resourceCulture);
}
}
internal static string SettingsWelcomeMessagesChannel
{
get {
return ResourceManager.GetString("SettingsWelcomeMessagesChannel", resourceCulture);
}
}
}
}