mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 10:39:53 +03:00
Remora.Discord part 4 out of ∞ (well that was painful)
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
67a15f3822
commit
f7dd09d43e
8 changed files with 231 additions and 13 deletions
24
Messages.Designer.cs
generated
24
Messages.Designer.cs
generated
|
@ -764,5 +764,29 @@ namespace Boyfriend {
|
|||
return ResourceManager.GetString("IssuedBy", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EventCreatedTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("EventCreatedTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string LocalEventCreatedDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("LocalEventCreatedDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ExternalEventCreatedDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("ExternalEventCreatedDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EventDetailsButton {
|
||||
get {
|
||||
return ResourceManager.GetString("EventDetailsButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue