Skip to content

Commit

Permalink
Merge pull request #60 from Nadro-J/main
Browse files Browse the repository at this point in the history
correcting mistake
  • Loading branch information
Nadro-J authored Aug 1, 2024
2 parents 704c42c + f2a1064 commit 54d308f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ async def sync_embeds():
embedded_call_data = await process_call_data.find_and_collect_values(call_data, preimagehash)
await message.edit(embed=embedded_call_data, attachments=[discord.File(f'../assets/{config.NETWORK_NAME}/{config.NETWORK_NAME}.png',filename='symbol.png')])
logging.info("Embedded call data has now been added")
continue
else:
logging.warning("Preimage is missing")
continue
Expand Down

0 comments on commit 54d308f

Please sign in to comment.