1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-14 01:36:08 +03:00

Add more info output to /delremind

Signed-off-by: mctaylors <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-10-26 16:38:30 +03:00
parent 02707312f5
commit c90b744fec
Signed by: mctaylors
GPG key ID: 194ED59274F61F79
5 changed files with 26 additions and 2 deletions

View file

@ -996,5 +996,13 @@ namespace Octobot {
return ResourceManager.GetString("MessagesClearedFiltered", resourceCulture);
}
}
internal static string ReminderSelectedPosition
{
get
{
return ResourceManager.GetString("ReminderSelectedPosition", resourceCulture);
}
}
}
}