mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Fix channel_perm_tree 2
This commit is contained in:
parent
f8fb752553
commit
ef33944569
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ class Utils(Cog):
|
|||
typ = "member"
|
||||
name = f"{thing.name}#{thing.discriminator}"
|
||||
else:
|
||||
typ = repr(thing.type)
|
||||
typ = "unknown"
|
||||
name = "unknown"
|
||||
|
||||
string.append(f" {typ} {name}:")
|
||||
|
@ -165,7 +165,7 @@ class Utils(Cog):
|
|||
typ = "member"
|
||||
name = f"{thing.name}#{thing.discriminator}"
|
||||
else:
|
||||
typ = repr(thing.type)
|
||||
typ = "unknown"
|
||||
name = "unknown"
|
||||
|
||||
string.append(f" {typ} {name}:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue