From 52bf19204cf916772af06179ed36767c2c80619b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Tue, 30 May 2023 19:20:54 -0600 Subject: [PATCH] Update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e514f91..f6c9080 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ To generate a new Command or Event run `deno task new:command` or `deno task new ## Running Locally -- Copy .env.example and rename to .env +- Copy `.env.example` and rename to `.env` - Create a Discord Bot with all gateway permissions enabled -- Generate a token for this discord bot and paste it in the .env for BOT_TOKEN +- Generate a token for this discord bot and paste it in the .env for `BOT_TOKEN` - Run `deno run --allow-all mod.ts` to run locally ## Adding the bot to a server -Use the following link (replacing BOT_TOKEN with your own Token of course...) to add your bot: +Use the following link (replacing `BOT_TOKEN` with your own Token of course...) to add your bot: https://discord.com/oauth2/authorize?client_id=BOT_TOKEN&scope=bot&permissions=8