(Init): Added shit
This commit is contained in:
@@ -30,20 +30,20 @@ git clone <repository-url>
|
||||
cd EllyProject
|
||||
```
|
||||
|
||||
2. Copy and configure the config file:
|
||||
1. Copy and configure the config file:
|
||||
|
||||
```bash
|
||||
cp config.toml.example config.toml
|
||||
# Edit config.toml with your settings
|
||||
```
|
||||
|
||||
3. Set up environment variables:
|
||||
1. Set up environment variables:
|
||||
|
||||
```bash
|
||||
export DISCORD_TOKEN="your-bot-token"
|
||||
```
|
||||
|
||||
4. Run the bot:
|
||||
1. Run the bot:
|
||||
|
||||
```bash
|
||||
deno task start
|
||||
@@ -121,7 +121,7 @@ All configuration is done through `config.toml`. See the file for available opti
|
||||
|
||||
## Project Structure
|
||||
|
||||
```
|
||||
```bash
|
||||
src/
|
||||
├── index.ts # Entry point
|
||||
├── client/ # Discord client
|
||||
|
||||
Reference in New Issue
Block a user