forked from rDrama/rDrama
1
0
Fork 0

update WPD posts channel

master
Aevann1 2022-08-25 15:35:28 +02:00
parent 929517dd7d
commit d0cae2f806
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ def send_discord_message(message):
def send_wpd_message(message):
data={"content": message}
requests.post("https://discordapp.com/api/channels/995684665283313674/messages", headers=headers, data=data, timeout=5)
requests.post("https://discordapp.com/api/channels/1012354438113017896/messages", headers=headers, data=data, timeout=5)