(Init): Added shit

This commit is contained in:
2026-05-28 23:46:40 +00:00
parent a5250706cb
commit 8410600c63
46 changed files with 3898 additions and 228 deletions

View File

@@ -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