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.
PS: Check back often for new updates to this list.
Invite the Public Version of this Bot.
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 .
Aeona uses a number of libraries to work:
This whole list can be found in package.json
.
Without the owner of the repository's prior consent, you are not permitted to use this code commercially. Without previous approval from the repository owner, you are not permitted to have a bot on more than 10 servers.
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
.
git clone https://github.com/deepsarda/Aeona
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
.
Run index.js
yarn install
node index.js
Q: Why should I contribute? A: If you do enough contributions, then you can obtain permission to use this project for commercial purposes from the owner of the repository.
Q: Who all can contribute? A: Anyone can.
Q: How can I contribute A: Fork this repository, make your changes then submit a pull request.