Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Kav-K/GPT3Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Jan 8, 2023
2 parents aea8ebf + ab553a0 commit fa03050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cogs/gpt_3_commands_and_converser.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ async def on_message_edit(self, before, after):
Moderation(after, timestamp)
)


if after.author.id in self.redo_users:
if after.id == original_message[after.author.id]:
response_message = self.redo_users[after.author.id].response
Expand Down

0 comments on commit fa03050

Please sign in to comment.