Cleared up manual instructions

imgbot
Kieran 2022-08-16 17:47:39 +01:00
parent c5899f0485
commit 95dd61fee3
1 changed files with 3 additions and 5 deletions

View File

@ -13,8 +13,6 @@ This bot is a multipurpose discord bot for The Hull Computer Science Society Dis
<img src="https://img.shields.io/badge/License-MIT-brightgreen?style=for-the-badge"> <img src="https://img.shields.io/badge/License-MIT-brightgreen?style=for-the-badge">
</div align="center"> </div align="center">
--- ---
This bot features multiple command types from: This bot features multiple command types from:
@ -52,9 +50,9 @@ Using a tool like [Ouroboros](https://github.com/pyouroboros/ouroboros), you can
### 👷 Manual ### 👷 Manual
- Clone the repo - Clone the repo
- Remove the `.template` from `.env.template` - Remove the `.template` from `.env.template`
- Add Discord Bot Token where `DISCORD_TOKEN` is within the `.env` file - Replace `INSERT DISCORD TOKEN` with your Discord token.
- Run `npm i` - Run `npm i` toinstall packages
- Run `node .` - Run `node .` to run the bot
--- ---
## Contributions ## Contributions