mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Update RemindCommand.cs
This commit is contained in:
parent
b69e0e16e7
commit
f31cc8da5c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public sealed class RemindCommand : ICommand {
|
|||
ReminderText = reminderText,
|
||||
ReminderChannel = cmd.Context.Channel.Id
|
||||
});
|
||||
var feedback = string.Format(Messages.FeedbackReminderAdded, DateTimeOffset.Now.Add(remindIn).ToUnixTimeSeconds().ToString());
|
||||
var feedback = string.Format(Messages.FeedbackReminderAdded, DateTimeOffset.Now.Add(remindIn).ToUnixTimeSeconds());
|
||||
cmd.Reply(feedback, ReplyEmojis.Success);
|
||||
cmd.Audit(feedback);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue