mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 13:06:29 +03:00
Add failed embed for /listremind (#88)
Without this embed, if there are no reminders created by the user, the bot will endlessly think because StringBuilder will be empty and normal embed will not be shown.
This commit is contained in:
parent
87dbb07dec
commit
da2a88246c
5 changed files with 32 additions and 2 deletions
|
@ -591,4 +591,7 @@
|
|||
<data name="ReminderDeleted" xml:space="preserve">
|
||||
<value>Напоминание удалено</value>
|
||||
</data>
|
||||
<data name="NoRemindersFound" xml:space="preserve">
|
||||
<value>У вас нет созданных напоминаний!</value>
|
||||
</data>
|
||||
</root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue