Skip to content

Commit

Permalink
reply fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 25, 2024
1 parent 5dc999f commit 4291cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ async def to_file(source_file):
urls.update({f'{message.guild.id}':f'https://discord.com/channels/{message.guild.id}/{message.channel.id}/{message.id}'})
else:
try:
urls.update({f'{source_support.server(message)}': source_support.url(message)})
urls.update({f'{source_support.get_id(source_support.server(message))}': source_support.url(message)})
except platform_base.MissingImplementation:
pass
continue
Expand Down

0 comments on commit 4291cfb

Please sign in to comment.