mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +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
6
src/Messages.Designer.cs
generated
6
src/Messages.Designer.cs
generated
|
@ -995,5 +995,11 @@ namespace Boyfriend {
|
|||
return ResourceManager.GetString("ReminderDeleted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string NoRemindersFound {
|
||||
get {
|
||||
return ResourceManager.GetString("NoRemindersFound", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue