File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
43441 . Clone the repository:
4445 ``` bash
4546 git clone < repository-url>
46- cd webdev-bot-main
47+ cd webdev-bot
4748 ```
4849
49502 . 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
61614 . Build and start the bot:
You can’t perform that action at this time.
0 commit comments