Merge pull request #75 from Rilliat/v1.6.9

tried to fix idk
pull/78/head
Who? 2025-01-22 23:47:51 +10:00 committed by GitHub
commit 4596032f59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -997,7 +997,7 @@ class HerokuConfigMod(loader.Module):
else:
type_ = mod.__origin__.startswith("<core")
if args_s[1] in mod.config:
if args_s[1] in mod.config.keys():
await self.inline__configure_option(form, args_s[0], args_s[1], obj_type=type_)
else:
await self.inline__configure(form, args, obj_type=type_)

View File

@ -166,6 +166,7 @@ class HerokuInfoMod(loader.Module):
message,
self.config["banner_url"],
self._render_info(False, start),
reply_to_msg_id=message.reply_to_msg_id,
)
@loader.command()