1
0
Fork 1
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:
Macintxsh 2023-10-26 17:41:47 +03:00 committed by GitHub
parent 02707312f5
commit 5b84c8d8d0
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 10 deletions

View file

@ -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);
}
}