Fix `_bot_username` attribute error

pull/1/head
hikari.ftg 2022-04-05 18:53:13 +00:00
parent bf6298db45
commit 25ae14de28
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ class LoaderMod(loader.Module):
key=lambda x: x[0],
):
modhelp += self.strings("ihandler", message).format(
f"@{self.inline._bot_username} {_name}"
f"@{self.inline.bot_username} {_name}"
)
if fun.__doc__: