mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 21:54:36 +00:00
parent
4325fdacf2
commit
75d3bf0216
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ internal class ListingCommands : CommandsCommon {
|
|||
|
||||
if (resultCount == 0)
|
||||
await reqChannel.SendMessageAsync(
|
||||
"There are no recent or upcoming birthdays (within the last 7 days and/or next 21 days).")
|
||||
"There are no recent or upcoming birthdays (within the last 7 days and/or next 14 days).")
|
||||
.ConfigureAwait(false);
|
||||
else
|
||||
await reqChannel.SendMessageAsync(output.ToString()).ConfigureAwait(false);
|
||||
|
|
Loading…
Reference in a new issue