1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +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

View file

@ -231,18 +231,18 @@
<data name="EventCreated" xml:space="preserve">
<value>{0} has created event {1}! It will take place in {2} and will start &lt;t:{3}:R&gt;! \n {4}</value>
</data>
<data name="SettingsEventNotificationRole" xml:space="preserve">
<data name="SettingsEventNotificationRole" xml:space="preserve">
<value>Role for event creation notifications</value>
</data>
<data name="SettingsEventNotificationChannel" xml:space="preserve">
<data name="SettingsEventNotificationChannel" xml:space="preserve">
<value>Channel for event notifications</value>
</data>
<data name="SettingsEventStartedReceivers" xml:space="preserve">
<value>Event start notifications receivers</value>
</data>
<data name="EventStarted" xml:space="preserve">
<value>{0}Event {1} is starting at {2}!</value>
</data>
<value>Event "{0}" started</value>
</data>
<data name="SettingsFrowningFace" xml:space="preserve">
<value>:(</value>
</data>
@ -480,4 +480,10 @@
<data name="EventDuration" xml:space="preserve">
<value>The event has lasted for `{0}`</value>
</data>
<data name="LocalEventStartedDescription" xml:space="preserve">
<value>The event is happening at {0}</value>
</data>
<data name="ExternalEventStartedDescription" xml:space="preserve">
<value>The event is happening at {0} until {1}</value>
</data>
</root>