feat: redirect commands
This commit is contained in:
parent
03dc16b0b3
commit
bacbc6db0e
7 changed files with 212 additions and 7 deletions
|
|
@ -90,6 +90,12 @@ public class InviteCommands(
|
|||
))
|
||||
.ToList();
|
||||
|
||||
if (fields.Count == 0)
|
||||
return await feedbackService.ReplyAsync(
|
||||
"No invites found for this server.",
|
||||
isEphemeral: true
|
||||
);
|
||||
|
||||
return await feedbackService.SendContextualPaginatedMessageAsync(
|
||||
userId,
|
||||
DiscordUtils.PaginateFields(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue