Skip to content

Commit

Permalink
changed footer logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Endyya committed Nov 29, 2024
1 parent 0c8b471 commit 50f833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SilicaAnimus/discord_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, *args, **kwargs):
self.colour = discord.Colour.dark_red()
self.set_footer(icon_url = (
'https://voie-du-thalos.org/wp-content/uploads/2023/12/'
+ 'Logo_texte.png'),
+ 'Original10-1.png'),
text = 'Application discord pour La Voie du Thalos')

class CheckModal(discord.ui.Modal, title = 'Informations'):
Expand Down

0 comments on commit 50f833f

Please sign in to comment.