feat: redirect commands
This commit is contained in:
parent
03dc16b0b3
commit
bacbc6db0e
7 changed files with 212 additions and 7 deletions
|
|
@ -137,7 +137,7 @@ public static class DiscordExtensions
|
|||
permissionSet.GetPermissions().Select(p => p.Humanize(LetterCasing.Title))
|
||||
);
|
||||
|
||||
public static (Snowflake, Snowflake) GetUserAndGuild(
|
||||
public static (Snowflake UserId, Snowflake GuildId) GetUserAndGuild(
|
||||
this ContextInjectionService contextInjectionService
|
||||
)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue