diff --git a/Commands/ReminderCommands.cs b/Commands/ReminderCommands.cs index 063adc3..85cdf11 100644 --- a/Commands/ReminderCommands.cs +++ b/Commands/ReminderCommands.cs @@ -174,7 +174,7 @@ reminderCmd is null if (guildName != "DMs") reminderLocation += $" <#{reminder.ChannelId}>"; output += $"`{reminder.ReminderId}`:\n" - + $"> {reminderText}\n" + + (string.IsNullOrWhiteSpace(reminderText) ? "" : $"> {reminderText}\n") + (reminder.ReminderTime is null ? reminder.IsPrivate ? $"[Set ]({reminderLink}). This reminder will not be sent automatically."