Skip to content

Commit 5768dae

Browse files
authored
Update README.md
1 parent 6749786 commit 5768dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Install the **LTS** Node.js installer for your operating system [here](https://n
2020
``pacman -S nodejs npm``
2121

2222
### Fedora
23-
``dnf module install nodejs:<stream>`` where <stream> corresponds to the major version of Node.js
23+
``dnf module install nodejs:<stream>`` where ``<stream>`` corresponds to the major version of Node.js
2424

2525
To view a list of available streams:
2626

@@ -43,7 +43,7 @@ Naviage to the [Discord Developer Portal](https://discord.com/developers/applica
4343
Click on the OAuth2 button in the menu on the left, and activate the "bot" and "applications.command" scopes. Then in Bot Permissions, give your bot Administration access, and the link generated will invite the bot to your server when activated.
4444

4545
## Activating the bot
46-
In order to activate the bot, create a file in the root folder of the cloned repository called ``.env``. In this file type ``DISCORD_TOKEN = {insert_token_here}"``. Paste in the token from your clipboard that you copied earlier, note that there shouldn't be any curly braces. Finally. in command prompt, naviage to the root directory of the bot and type ``node .``, this should start the bot.
46+
In order to activate the bot, create a file in the root folder of the cloned repository called ``.env``. In this file type ``DISCORD_TOKEN = {insert_token_here}``. Paste in the token from your clipboard that you copied earlier, note that there shouldn't be any curly braces. Finally. in command prompt, naviage to the root directory of the bot and type ``node .``, this should start the bot.
4747

4848
If your are having trouble locally hosting the bot, DM me on Discord at crrystalz#0001
4949

0 commit comments

Comments
 (0)