https://github.com/wiibleyde/eve
Extraterrestrial Vegetation Evaluator, a discord bot made in TypeScript who's doing a lot of things
https://github.com/wiibleyde/eve
ai discord discordjs eve gemini glados hope hope-gtarp node prisma typescript wall-e yarn
Last synced: over 1 year ago
JSON representation
Extraterrestrial Vegetation Evaluator, a discord bot made in TypeScript who's doing a lot of things
- Host: GitHub
- URL: https://github.com/wiibleyde/eve
- Owner: Wiibleyde
- License: gpl-2.0
- Created: 2024-08-20T16:43:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T09:36:06.000Z (over 1 year ago)
- Last Synced: 2025-04-11T09:45:46.852Z (over 1 year ago)
- Topics: ai, discord, discordjs, eve, gemini, glados, hope, hope-gtarp, node, prisma, typescript, wall-e, yarn
- Language: TypeScript
- Homepage:
- Size: 2.64 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Eve

        
   
## Description
Eve is a simple discord bot that can be used for multiple things, including IA functionalities, and more.
## Table of Contents
- [Description](#description)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [License](#license)
- [Authors](#authors)
- [Acknowledgments](#acknowledgments)
## Features
- [x] IA functionalities
- [x] Chat with the bot by simply mentioning it (with a real discussion)
- [x] Music fonctionalities
- [x] Play music from youtube
- [x] Pause/Resume music
- [x] Skip music
- [x] Stop music
- [x] Queue management
- [x] Birthday reminder
- [x] Quiz functionalities
- [x] Fun commands
- [x] cat pictures
- [x] dog pictures
- [x] jokes
- [x] quotes
- [x] Debug functionalities
## Prerequisites
- Node.js
- Yarn
- ffmpeg
- MariaDB database
- *Windows docker don't work well with the Prisma ORM*
- Discord bot token
- With good intents
## Installation
1. Clone the repository
2. Install the dependencies with `pnpm`
3. Create a `.env` file at the root of the project with the following content:
```env
DISCORD_TOKEN=your_discord_token
DISCORD_CLIENT_ID=your_discord_bot_client_id
EVE_HOME_GUILD=glados_home_guild_id
REPORT_CHANNEL=report_channel_id
MP_CHANNEL=mp_channel_id
OWNER_ID=your_discord_user_id
LOGS_WEBHOOK_URL=your_discord_webhook_url
DATABASE_URL="mysql_connection_url"
GOOGLE_API_KEY=your_google_api_key
BLAGUE_API_TOKEN=your_blague_api_token
```
4. Run the prisma migrations with `yarn prisma migrate deploy`
5. Build the project with `yarn build`
6. Start the bot with `yarn start`
## License
This project is licensed under the GPL-2.0 License - see the [LICENSE](LICENSE) file for details
## Authors
- [**Wiibleyde**](https://github.com/wiibleyde)
## Acknowledgments
- [**Discord.js**](https://discord.js.org/)
- [**Prisma ORM**](https://www.prisma.io/)
- [**Gemini**](https://gemini.google.com/)
- [**Discord Player**](https://discord-player.js.org/)
- [**ZerioDev/Music-bot**](https://github.com/ZerioDev/Music-bot)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.



