mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
Merge pull request #366 from the-programmers-hangout/fix-discord-js-spotlight-token-out-of-screen
fix(archives): fix token going out of screen
This commit is contained in:
@@ -58,14 +58,14 @@ Now let's create a few files that we'll need.
|
|||||||
The `.env` file here will be used to store our token. **If using git make sure you gitignore this file**
|
The `.env` file here will be used to store our token. **If using git make sure you gitignore this file**
|
||||||
Open up the `.env` file and fill it out using the information
|
Open up the `.env` file and fill it out using the information
|
||||||
|
|
||||||
```
|
```env
|
||||||
DISCORD_TOKEN=your_token
|
DISCORD_TOKEN=your_token
|
||||||
```
|
```
|
||||||
|
|
||||||
// Example
|
For example:
|
||||||
|
|
||||||
```
|
```env
|
||||||
DISCORD_TOKEN=NzEyNTgwNDYyMzAzOTAzODA2.XsToSQ.ef6y_53oQbNCpNsDgWoWu7QSPU4 (not a real token)
|
DISCORD_TOKEN=NzEyNTgwNDYyMzAzOTAzODA2.XsToSQ.ef6y_53oQbNCpNsDgWoWu7QSPU4
|
||||||
```
|
```
|
||||||
|
|
||||||
The `index.js` file is where all our code goes.
|
The `index.js` file is where all our code goes.
|
||||||
|
|||||||
Reference in New Issue
Block a user