11# Installation
22
3- This guide will walk you through installing and setting up GitCord on your Discord server.
3+ Set up GitCord on your Discord server.
44
5- ## Prerequisites
5+ ## What You Need
66
77- Python 3.8 or higher
88- A Discord bot token
9- - Discord server with appropriate permissions
9+ - Discord server with admin permissions
1010
11- ## Step 1: Clone the Repository
11+ ## Step 1: Get the Code
1212
1313``` bash
1414git clone https://github.com/evolvewithevan/gitcord.git
@@ -17,7 +17,7 @@ cd gitcord
1717
1818## Step 2: Install Dependencies
1919
20- ### Using pip
20+ ### Using pip (Not Recommended)
2121
2222``` bash
2323pip install -r requirements.txt
@@ -36,20 +36,20 @@ uv sync
3636 cp .env.example .env
3737 ```
3838
39- 2 . Edit the ` .env ` file with your bot token:
39+ 2 . Populate the ` .env ` file with your bot token:
4040 ``` env
4141 DISCORD_TOKEN=your_bot_token_here
4242 ```
4343
4444## Step 4: Create Discord Bot
4545
46- 1 . Go to the [ Discord Developer Portal] ( https://discord.com/developers/applications )
47- 2 . Click "New Application" and give it a name
48- 3 . Go to the "Bot" section and click "Add Bot"
46+ 1 . Go to [ Discord Developer Portal] ( https://discord.com/developers/applications )
47+ 2 . Click "New Application" and name it
48+ 3 . Go to "Bot" section and click "Add Bot"
49494 . Copy the bot token and add it to your ` .env ` file
50505 . Enable the following bot permissions:
5151 - Manage Channels
52- - Manage Roles
52+ - Manage Roles (Technically not needed until Role Management is implemented)
5353 - Send Messages
5454 - Embed Links
5555 - Use Slash Commands
0 commit comments