From 125e5c5ee77b94d68caa2730aef9737e24b6399f Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Nov 2023 11:27:43 +0100 Subject: [PATCH] name --- raidfarm2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raidfarm2.py b/raidfarm2.py index 57a2d0e..9480cf0 100644 --- a/raidfarm2.py +++ b/raidfarm2.py @@ -23,7 +23,7 @@ discord_webhook_url = 'https://discord.com/api/webhooks/1171735460729606145/Fyls def send_discord_message(message): data = { "content": message, - "username": "Minecraft Bot" + "username": "Raidfarm bot" } result = requests.post(discord_webhook_url, json=data) try: