https://github.com/deepsarda/Aeona
A Multipurpose GPT Chatbot with AI Image Generator, Counting , Logging, Leveling, Reaction Roles, Boost Tracker, Welcomer, Ticket.
https://github.com/deepsarda/Aeona
anime bot chatbot chatgpt discord discord-bot discord-bot-dashboard discord-bot-js discord-dashboard discordeno economy node-js typescript web-dashboard
Last synced: 11 months ago
JSON representation
A Multipurpose GPT Chatbot with AI Image Generator, Counting , Logging, Leveling, Reaction Roles, Boost Tracker, Welcomer, Ticket.
- Host: GitHub
- URL: https://github.com/deepsarda/Aeona
- Owner: deepsarda
- Archived: true
- Created: 2022-05-03T11:11:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-08T14:29:04.000Z (about 1 year ago)
- Last Synced: 2025-06-08T15:28:33.514Z (about 1 year ago)
- Topics: anime, bot, chatbot, chatgpt, discord, discord-bot, discord-bot-dashboard, discord-bot-js, discord-dashboard, discordeno, economy, node-js, typescript, web-dashboard
- Language: TypeScript
- Homepage: https://aeona.xyz
- Size: 30.9 MB
- Stars: 77
- Watchers: 3
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aeona Project
## Creating a new era of discord bots
For Discord, Aeona wants to be a multifunctional all-in-one chatbot.
Slash commands will usher in a new era for Discord, but we must not lose sight of our legacy with message commands.
Aeona supports slash-based commands as well as message-based commands.
- The ability to support the greatest number of languages.
- A simple and intuitive codebase.
- Every aspect is customizable.
- The most recent version of Discordeno as soon as possible.
## Features/Goals
PS: Check back often for new updates to this list.
- Support for multiple languages.
- Using menus and buttons for selection.
- AntiNuke, Welcomer, Logging, Boost Logging, Server Stats, and more are all features of the AI chatbot.
- Strong automated security features, such as anti-nuke, anti-spam, anti-scam, anti-mass-mention, and many others.
- A lot of fun commands and minigames (more than 200).
- A levelling and advanced economy system.
- An easy-to-use dashboard.
[**Invite the Public Version of this Bot**](https://www.aeonabot.xyz). NOTE: The bot is now down.
## Important notes and thanks ❤️
First of all, thanks for using this code, it is a lot of work make and maintain it, so do be sure to help out by contributing.
If you like it please give it a ⭐.
## Tech
Aeona uses a number of libraries to work:
This whole list can be found in `package.json`.
## Setting up
See `src/config.ts` file.
Rename `example.env` to `.env` and fill out the forms.
Create a new config file in `/config` following `/config/example.json`.
## Running
1. Clone the repository
```bash
git clone https://github.com/deepsarda/Aeona
```
2. Fill out the env files.
> Every package has a .env.example file with every entry needed. Just create a .env file with all the entries.
Rename `example.env` to `.env` and fill out the forms.
Create a new config file in `/config` following `/config/example.json`.
3. Run index.js
```bash
yarn install
node index.js
```