mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Update RemindCommandGroup.cs
Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
8eed295fcd
commit
b11fe76b45
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public class RemindCommandGroup : CommandGroup
|
||||||
[RequireContext(ChannelContext.Guild)]
|
[RequireContext(ChannelContext.Guild)]
|
||||||
[UsedImplicitly]
|
[UsedImplicitly]
|
||||||
public async Task<Result> ExecuteReminderAsync(
|
public async Task<Result> ExecuteReminderAsync(
|
||||||
[Description("After what period of time mention the reminder")]
|
[Description("After what period of time mention the reminder (e.g. 1h30m)")]
|
||||||
[Option("in")]
|
[Option("in")]
|
||||||
string timeSpanString,
|
string timeSpanString,
|
||||||
[Description("Reminder text")] [MaxLength(512)]
|
[Description("Reminder text")] [MaxLength(512)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue