1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 10:39:53 +03:00

Add a responder for scheduled event start

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-06-02 17:09:51 +05:00
parent 0538cbb164
commit 91516a899c
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
5 changed files with 146 additions and 38 deletions

12
Messages.Designer.cs generated
View file

@ -794,5 +794,17 @@ namespace Boyfriend {
return ResourceManager.GetString("EventDuration", resourceCulture);
}
}
internal static string LocalEventStartedDescription {
get {
return ResourceManager.GetString("LocalEventStartedDescription", resourceCulture);
}
}
internal static string ExternalEventStartedDescription {
get {
return ResourceManager.GetString("ExternalEventStartedDescription", resourceCulture);
}
}
}
}