Skip to content

Commit

Permalink
[DiscordModals] Fixed critical error.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAA3A-AAA3A committed May 13, 2024
1 parent aba7faf commit dc3ad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discordmodals/discordmodals.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def __init__(self, bot: Red) -> None:
)
self.CONFIG_SCHEMA: int = 3
self.config.register_global(CONFIG_SCHEMA=None)
self.config.register_guild(modal={})
self.config.register_guild(modals={})

async def cog_load(self) -> None:
await super().cog_load()
Expand Down

0 comments on commit dc3ad1d

Please sign in to comment.