# Advanced Discord Bot In this project, I wanted to create a Discord bot that handles **planned giveaways** without using any pre-made content or AI. The project went really well – the bot consists of **over 600 lines of code** (most of it handling interactions). After about **30 hours of work**, it paid off and I successfully managed to create a fully functional Discord bot. You can **download, test, and host the bot yourself**. Below are some images of the bot in action: image Zrzut ekranu 2026-01-06 092205 Zrzut ekranu 2026-01-06 092154 Zrzut ekranu 2026-01-06 092149 Zrzut ekranu 2026-01-06 092145 ## Features - Handle planned giveaways - Fully custom interactions - No external AI or pre-made content - You can edit everything and have an insight into the giveaway ## Getting Started 1. Clone the repository: ```bash git clone https://github.com/yourusername/advanced-discord-bot.git ``` 2. Install dependencies: ```bash npm install ``` 3. Create a `.env` file and add your Discord bot token: ```env DISCORD_TOKEN=your-bot-token ``` 4. Run the bot: ```bash node index.js ``` ## Contributing Feel free to fork the repository, make changes, and submit pull requests. Any improvements or bug fixes are welcome! ## License