GithubHelp home page GithubHelp logo

aqua's Introduction

license

aqua

Installation

First of all clone the repo using

git clone https://github.com/macluxHD/aqua

Rename the .env.example file to .env and fill out the variables as follows:

  • TOKEN can be acquired from the Discord Developer Portal in your application in the Bot subpage.
  • clientId is also available on the Discord Developer Portal in the General Information subpage called and application ID
  • YOUTUBE_API_KEY can be generated by creating a project on googles' API page here is a guide on how to do it. How To Get a YouTube API Key
  • ANIME_SCHEDULE_API_KEY can be acquired with an AnimeSchedule account on the API page in the account settings.

You can start the bot using the following command.

npm run startup

To invite the bot use the following Link and replace the your-client-id with the application ID from the Discord Developer Portal

https://discord.com/api/oauth2/authorize?client_id=your-client-id&permissions=8&scope=bot%20applications.commands

aqua's People

Contributors

macluxhd avatar

Watchers

 avatar

aqua's Issues

Stuttering when executing command

When commands are executed the bot stutter, I have yet to test out if the bot can play on two servers at the same time too. I am guessing it won't work flawlessly and am guessing everything runs on the same thread. To prevent this issue then I would need something like multi threading having the playing music for each server on a different thread than the command handler.

Remove utils registering

Utils are currently automatically registered just like commands. This though is relatively useless there is no real need for them to be modular and on top of that autocomplete in IDEs does not recognize the functions because of it.

Anime notifier

Build a anime notifier functionality.

Features would be:

  • get notified when anime releases
  • only track shows that have been configured per guild

API from https://animeschedule.net should be fitting

Settings command

Add way to change settings like musicChannel and retainQueue and make adding of new settings easy for for example the anime notifier which is planned.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.