mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-06 14:06:29 +03:00
Add /remind command
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
20ffbbaafb
commit
d46b08df08
18 changed files with 990 additions and 1295 deletions
|
@ -456,9 +456,9 @@
|
|||
<data name="MissingReminderText" xml:space="preserve">
|
||||
<value>You need to specify reminder text!</value>
|
||||
</data>
|
||||
<data name="FeedbackReminderAdded" xml:space="preserve">
|
||||
<value>OK, I'll mention you on <t:{0}:f></value>
|
||||
</data>
|
||||
<data name="DescriptionReminderCreated" xml:space="preserve">
|
||||
<value>OK, I'll mention you on {0}</value>
|
||||
</data>
|
||||
<data name="InvalidRemindIn" xml:space="preserve">
|
||||
<value>You need to specify when I should send you the reminder!</value>
|
||||
</data>
|
||||
|
@ -537,4 +537,13 @@
|
|||
<data name="AboutDeveloper@neroduckale" xml:space="preserve">
|
||||
<value>developer</value>
|
||||
</data>
|
||||
<data name="ReminderCreated" xml:space="preserve">
|
||||
<value>Reminder for {0} created</value>
|
||||
</data>
|
||||
<data name="Reminder" xml:space="preserve">
|
||||
<value>Reminder for {0}</value>
|
||||
</data>
|
||||
<data name="DescriptionReminder" xml:space="preserve">
|
||||
<value>You asked me to remind you {0}</value>
|
||||
</data>
|
||||
</root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue