From 1d1b8e85c3e78035d99a6d4df888fd3fe4d43831 Mon Sep 17 00:00:00 2001 From: nameless Date: Sat, 18 May 2024 22:48:05 -0400 Subject: [PATCH] update URL in instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d76d2ab..e9eb8d4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This guide assumes you've downloaded Python 3.6 or later and added Python to PAT 1. Clone the repo. ```console - $ git clone https://git.tcp.direct/nameless/watchdog + $ git clone https://git.supernets.org/nameless/watchdog $ cd watchdog ``` 2. Create a Discord bot account, grant the members intents, and invite the bot ([guide](https://discordpy.readthedocs.io/en/stable/discord.html))