mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-01 19:49:55 +03:00
Added early event start notifications (#5)
totally didn't take 2 painful days Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
7fe6549bb3
commit
58eceab771
7 changed files with 60 additions and 2 deletions
18
Boyfriend/Messages.Designer.cs
generated
18
Boyfriend/Messages.Designer.cs
generated
|
@ -410,6 +410,15 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}Event {1} will start <t:{2}:R>!.
|
||||
/// </summary>
|
||||
internal static string EventEarlyNotification {
|
||||
get {
|
||||
return ResourceManager.GetString("EventEarlyNotification", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}Event {1} is starting at {2}!.
|
||||
/// </summary>
|
||||
|
@ -788,6 +797,15 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to .
|
||||
/// </summary>
|
||||
internal static string SettingsEventEarlyNotificationOffset {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsEventEarlyNotificationOffset", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Role for event creation notifications.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue