mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-28 10:09:54 +03:00
Add /editremind (#247)
In this PR, I'm adding a command to modify existing reminders. This can be useful if you, for example, got the name a bit wrong or set the wrong reminder time. Just use /editremind and recreating the reminder from scratch will no longer be necessary. --------- Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
7e9c08cab7
commit
af84f8853a
5 changed files with 141 additions and 0 deletions
|
@ -591,4 +591,7 @@
|
|||
<data name="UserInfoKicked" xml:space="preserve">
|
||||
<value>Kicked</value>
|
||||
</data>
|
||||
<data name="ReminderEdited" xml:space="preserve">
|
||||
<value>Reminder edited</value>
|
||||
</data>
|
||||
</root>
|
||||
|
|
|
@ -591,4 +591,7 @@
|
|||
<data name="UserInfoKicked" xml:space="preserve">
|
||||
<value>Выгнан</value>
|
||||
</data>
|
||||
<data name="ReminderEdited" xml:space="preserve">
|
||||
<value>Напоминание отредактировано</value>
|
||||
</data>
|
||||
</root>
|
||||
|
|
|
@ -591,4 +591,7 @@
|
|||
<data name="UserInfoKicked" xml:space="preserve">
|
||||
<value>кикнут</value>
|
||||
</data>
|
||||
<data name="ReminderEdited" xml:space="preserve">
|
||||
<value>напоминалка подправлена</value>
|
||||
</data>
|
||||
</root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue