Skip to content

Commit e2fd22a

Browse files
committed
📚 docs: update README to clarify Discord server tips and installation instructions
1 parent c193d67 commit e2fd22a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ A comprehensive Discord bot designed specifically for the Web Dev Discord server
1313

1414
### Educational Resources
1515
- **`/guides [subject]`** - Access detailed guides on various web development topics
16-
- **`/tips [subject]`** - Get helpful tips and best practices for web development
1716

17+
### Discord Server Tips
18+
- **`/tips [subject]`** - Get quick tips on interacting within the Web Dev Discord server
1819

1920
### Moderation Tools
2021
- **`/repel [target] [reason]`** - Advanced moderation command (meant to be given to a high quantity of volunteer assistants) that:
@@ -43,19 +44,18 @@ A comprehensive Discord bot designed specifically for the Web Dev Discord server
4344
1. Clone the repository:
4445
```bash
4546
git clone <repository-url>
46-
cd webdev-bot-main
47+
cd webdev-bot
4748
```
4849

4950
2. Install dependencies:
5051
```bash
5152
pnpm install
5253
```
5354

54-
3. Set up environment variables (create `.env.local` file):
55-
```
56-
DISCORD_TOKEN=your_bot_token_here
57-
CLIENT_ID=your_client_id_here
58-
SERVER_ID=your_guild_id_here
55+
3. Create a `.env.local` file based on `.env.example` and fill in the required environment variables:
56+
```bash
57+
cp .env.example .env.local
58+
# Edit .env.local to add your Discord bot token and other configurations
5959
```
6060

6161
4. Build and start the bot:

0 commit comments

Comments
 (0)