Fix get_owner -> fetch_owner
This commit is contained in:
parent
0b3c2e7121
commit
caa94b0312
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class UtilCog(Scale):
|
|||
async def _server_info(self, ctx: InteractionContext) -> None:
|
||||
guild: Guild = ctx.guild
|
||||
|
||||
owner = await guild.get_owner()
|
||||
owner = await guild.fetch_owner()
|
||||
|
||||
owner = f"{owner.username}#{owner.discriminator}" if owner else "||`[redacted]`||"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue