mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-19 20:24:18 +03:00
Do not allow setting reminders without specifying a valid TimeSpan
Fixes #19 Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
8f9c71edf1
commit
a97341f9a9
7 changed files with 39 additions and 15 deletions
|
@ -328,7 +328,7 @@
|
|||
<value>You need to specify a guild member!</value>
|
||||
</data>
|
||||
<data name="InvalidMember" xml:space="preserve">
|
||||
<value>You did not specify a member of this guild!</value>
|
||||
<value>You need to specify a member of this guild!</value>
|
||||
</data>
|
||||
<data name="UserCannotBanMembers" xml:space="preserve">
|
||||
<value>You cannot ban users from this guild!</value>
|
||||
|
@ -468,4 +468,7 @@
|
|||
<data name="FeedbackReminderAdded" xml:space="preserve">
|
||||
<value>OK, I'll mention you on <t:{0}:f></value>
|
||||
</data>
|
||||
<data name="InvalidRemindIn" xml:space="preserve">
|
||||
<value>You need to specify when I should send you the reminder!</value>
|
||||
</data>
|
||||
</root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue