I terrify myself
This commit is contained in:
5
main.py
5
main.py
@@ -55,9 +55,10 @@ def convert(uuid):
|
|||||||
print(ghost_payload)
|
print(ghost_payload)
|
||||||
discord_payload = convert_ghost_to_discord(ghost_payload)
|
discord_payload = convert_ghost_to_discord(ghost_payload)
|
||||||
|
|
||||||
httpx.post(webhook, data=discord_payload)
|
r = httpx.post(webhook, data=discord_payload)
|
||||||
|
print(r)
|
||||||
|
|
||||||
return 200
|
return "yay"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user