From e470722273fddfc91a910dacd9fe8e3ffb57dd84 Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Wed, 23 Oct 2024 17:31:25 -0300 Subject: [PATCH] Adds .template.env and README.md files --- .template.env | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .template.env create mode 100644 README.md diff --git a/.template.env b/.template.env new file mode 100644 index 0000000..47b0cab --- /dev/null +++ b/.template.env @@ -0,0 +1 @@ +DISCORD_TOKEN= diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3d2020 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Invite Link + +- https://discord.com/oauth2/authorize?client_id=1295557057084133467&permissions=76816&integration_type=0&scope=bot + +# Setup .env file + +`cp .template.env .env` +`vim .env`