mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 20:36:27 +01:00
remove unused file
This commit is contained in:
parent
9f8df3931b
commit
9703e4ddf1
1 changed files with 0 additions and 10 deletions
10
discord2.py
10
discord2.py
|
|
@ -1,10 +0,0 @@
|
||||||
import os
|
|
||||||
from dotenv import load_dotenv
|
|
||||||
from discord_webhook import DiscordWebhook
|
|
||||||
|
|
||||||
load_dotenv()
|
|
||||||
|
|
||||||
webhookUrl = os.getenv('DISCORD_WEBHOOK')
|
|
||||||
|
|
||||||
webhook = DiscordWebhook(url=webhookUrl, content="Test")
|
|
||||||
response = webhook.execute()
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue