mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +03:00
Add more info output to /delremind (#173)
_There are times when you want to be sure of what you've destroyed._ Therefore, in this PR I added the output of the text of the deleted reminder along with its position in the list, because you can make a mistake with deleting a reminder and forget about what you needed to be reminded about. --------- Signed-off-by: mctaylors <mctaylxrs@outlook.com>
This commit is contained in:
parent
02707312f5
commit
5b84c8d8d0
5 changed files with 17 additions and 10 deletions
4
src/Messages.Designer.cs
generated
4
src/Messages.Designer.cs
generated
|
@ -786,9 +786,9 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string ReminderWillBeSentOn {
|
||||
internal static string ReminderTime {
|
||||
get {
|
||||
return ResourceManager.GetString("ReminderWillBeSentOn", resourceCulture);
|
||||
return ResourceManager.GetString("ReminderTime", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue