From fa3301e2dba91e95112097f45c389803fea21785 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 21 Sep 2023 12:36:50 -0400 Subject: [PATCH] fix(suggestions): testing a fix to suggestions --- suggestions/suggestions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suggestions/suggestions.py b/suggestions/suggestions.py index aaa4827..b79436b 100644 --- a/suggestions/suggestions.py +++ b/suggestions/suggestions.py @@ -632,7 +632,7 @@ class SuggestionDenyModal(discord.ui.Modal, title="Denying suggestion..."): ) async def on_submit(self, interaction: discord.Interaction): - cog = Red.get_cog(name='Suggestions') + cog = Red.get_cog(Suggestions) if self.reason.value != "": await Suggestions._interaction_finish_suggestion(cog, interaction, self.message, False, self.reason.value) else: