File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ Now let's link our local development server to our bot.
60
60
61
61
run the command ` npx wrangler publish `
62
62
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 `
71
71
72
72
- Now, start the local server with the command ` npm start `
73
73
- Once the wrangler starts make sure it is running on port ` 8787 `
You can’t perform that action at this time.
0 commit comments