feat(dashboard): screenshots and text showcasing some unique features
This commit is contained in:
parent
225c162603
commit
87b3281c8d
16 changed files with 92 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ public class GuildMemberAddResponder(
|
|||
goto afterInvite;
|
||||
}
|
||||
|
||||
var inviteName = inviteRepository.GetInviteNameAsync(member.GuildID, usedInvite.Code);
|
||||
var inviteName = await inviteRepository.GetInviteNameAsync(member.GuildID, usedInvite.Code);
|
||||
|
||||
var inviteDescription = $"""
|
||||
**Code:** {usedInvite.Code}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue