fix(suggestions): lets try that
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
again!
This commit is contained in:
parent
5aa938acb8
commit
15872748c2
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ class SuggestionDenyModal(discord.ui.Modal, title="Denying suggestion..."):
|
|||
)
|
||||
|
||||
async def on_submit(self, interaction: discord.Interaction):
|
||||
cog = Red.get_cog('Suggestions')
|
||||
cog = Red.get_cog(name='Suggestions')
|
||||
if self.reason.value != "":
|
||||
await Suggestions._interaction_finish_suggestion(cog, interaction, self.message, False, self.reason.value)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue