Ayaya Bot is a bot created based off my knowledge of JS, the bot is used for Music/Memes/Fun etc, currently I have a Music structure that supports Youtube's new V3 API.
Use the package manager npm to install the dependencies.
npm i
Rename the .env_example
file to .env
and add in the required information.
git clone
the repo and start the project with the following commands.
Start with NPM: npm run start
Start with PM2: pm2 start pm2.json
Pull requests are welcome. Please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.