From af7cc1bdb5a94a3083193552fd7ed49bd7f439e6 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 31 Jul 2024 21:06:35 +0200 Subject: [PATCH] AddBot.js as an executable script --- addbot.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 addbot.sh diff --git a/addbot.sh b/addbot.sh deleted file mode 100755 index d40d0da..0000000 --- a/addbot.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh -echo "Open this link to add the bot to a Discord server:" -echo "https://discord.com/oauth2/authorize?client_id=$(grep discord_token registration.yaml | sed -E 's!.*: ["'\'']([A-Za-z0-9+=/_-]*).*!\1!g' | base64 -d)&scope=bot&permissions=1610883072"