Skip to content

Commit a0249f5

Browse files
committed
Syntax error
1 parent d4352ef commit a0249f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async def on_message_edit(self, before, after):
264264
async for msg in thread.channel.history():
265265
if msg.embeds:
266266
embed = msg.embeds[0]
267-
matches = str(embed.author.url)split('/')
267+
matches = str(embed.author.url).split('/')
268268
if matches and matches[-1] == str(before.id):
269269
if ' - (Edited)' not in embed.footer.text:
270270
embed.set_footer(text=embed.footer.text + ' - (Edited)')

0 commit comments

Comments
 (0)