Eco_Plus/interface.py
attilavs2 7168187c08 MaJ
2025-05-05 19:58:23 +02:00

11 lines
251 B
Python

client = 0
async def forgejo_send_message(msg:str):
print(msg)
try:
guild = client.get_guild(1157767629738618941)
chan = guild.get_channel(1344400105821831209)
await chan.send(msg)
except Exception as err:
print(f"16 : {err}")