From 374a617b1f44d313dbb2134fd2563254b68258e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1=C4=8Dek?= Date: Tue, 12 Apr 2022 16:27:08 +0200 Subject: [PATCH] discord name changed --- tmgdsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmgdsp.py b/tmgdsp.py index 5ebc20a..644dfe1 100644 --- a/tmgdsp.py +++ b/tmgdsp.py @@ -7,7 +7,7 @@ from discord_webhook import DiscordWebhook webhook = DiscordWebhook( url='https://discordapp.com/api/webhooks/744608404848246926/FwwWUNmuWsCetFDBOcA1trCx6nSflI0yX3f9BNh7-oB5a2VYSLl882di23XK2TNWwQxP', - username="billing vfgdsp") + username="billing tmgdsp") dirpath = "." FILE = [filename for filename in os.listdir(dirpath) if filename.startswith("TMGDSP_")]