slight grammatical improvement

This commit is contained in:
kingomes
2025-01-27 13:15:25 -06:00
parent 26d00d01e7
commit 18cf915704

View File

@@ -18,6 +18,6 @@ Features:
## How to Build and Run the Sern Community Bot
1. Clone the repository
2. Create your .env file with the bot's token, which can be acquired by asking a lead developer for it
2. Create your .env file with the bot's token, which can be acquired from a lead developer
3. Run `yarn install` to install all necessary packages (If you do not have yarn installed, first run `npm install --global yarn`)
4. Run `npm run dev` or `npm run start` to build and run the bot