mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +03:00
Add /editremind (#247)
In this PR, I'm adding a command to modify existing reminders. This can be useful if you, for example, got the name a bit wrong or set the wrong reminder time. Just use /editremind and recreating the reminder from scratch will no longer be necessary. --------- Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
7e9c08cab7
commit
af84f8853a
5 changed files with 141 additions and 0 deletions
6
src/Messages.Designer.cs
generated
6
src/Messages.Designer.cs
generated
|
@ -1052,5 +1052,11 @@ namespace Octobot {
|
|||
return ResourceManager.GetString("UserInfoKicked", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ReminderEdited {
|
||||
get {
|
||||
return ResourceManager.GetString("ReminderEdited", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue