Skip to content

Commit f003e61

Browse files
update contributing.md
1 parent ea55f8c commit f003e61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Now let's link our local development server to our bot.
6060

6161
run the command `npx wrangler publish`
6262

63-
- After all the commands are installed we need to save few secrets to do that go to:
64-
65-
- Go to Your cloudflare `dashboard > workers > discord-slash-commands > settings > variables > edit Variables`
66-
- Now add following variables to your environment:
67-
- `BOT_PRIVATE_KEY`
68-
- `DISCORD_GUILD_ID`
69-
- `DISCORD_PUBLIC_KEY`
70-
- `DISCORD_TOKEN`
63+
- After all the commands are installed
64+
- Go to Your cloudflare `dashboard > workers > discord-slash-commands > settings > variables > edit Variables`
65+
- Now add following variables to your environment:
66+
67+
- `BOT_PRIVATE_KEY`
68+
- `DISCORD_GUILD_ID`
69+
- `DISCORD_PUBLIC_KEY`
70+
- `DISCORD_TOKEN`
7171

7272
- Now, start the local server with the command `npm start`
7373
- Once the wrangler starts make sure it is running on port `8787`

0 commit comments

Comments
 (0)