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:
parent
62709d927b
commit
5105b43eff
8 changed files with 25 additions and 2 deletions
7
src/Messages.Designer.cs
generated
7
src/Messages.Designer.cs
generated
|
@ -1184,5 +1184,12 @@ namespace Octobot {
|
|||
return ResourceManager.GetString("TimeSpanExample", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingsWelcomeMessagesChannel
|
||||
{
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsWelcomeMessagesChannel", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue