Log invite code instead of invite link (untested)
This commit is contained in:
parent
8a152ed8ef
commit
319385f100
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Logs(Cog):
|
|||
|
||||
# Prepare the invite correlation message
|
||||
if len(probable_invites_used) == 1:
|
||||
invite_used = probable_invites_used[0]["url"]
|
||||
invite_used = probable_invites_used[0]["code"]
|
||||
elif len(probable_invites_used) == 0:
|
||||
invite_used = "Unknown"
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue