Browse Source

chore: add ttkdesigner discord channel

pull/526/head
Parodi, Eugenio 🌶 5 months ago
parent
commit
ef9c280e33
  1. 6
      tools/ci/ci_tools/social/social_common.py

6
tools/ci/ci_tools/social/social_common.py

@ -58,6 +58,12 @@ _all_data:List[SocialData] = [
image='', image='',
discord_channel_id=1379381593378000916, discord_channel_id=1379381593378000916,
), ),
SocialData(
name='ttkdesigner',
link='https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/tlogg',
image='',
discord_channel_id=1437383337407942726,
),
] ]
def get_social_data(app:str) -> SocialData: def get_social_data(app:str) -> SocialData:

Loading…
Cancel
Save