Eco_Plus/interface.py

10 lines
238 B
Python

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