Skip to content

Commit

Permalink
[RolePlay] Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexed01 committed Apr 9, 2022
1 parent f0ba8da commit e577351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roleplay/roleplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ async def on_message(self, message: discord.Message) -> None:
icon_url=message.author.avatar_url
if discord.__version__.startswith("1")
else message.author.display_avatar.url,
url=message.author,
)
embed.add_field(name="Jump link", value=new_msg.jump_url)
try:
Expand Down

0 comments on commit e577351

Please sign in to comment.