This is Asuka, a Discord bot created by faldyif mainly for osu! tracking. Because this project is currently work in progress, it only supports the following features:
- Modular multi server support
- User Profiles (std/mania/taiko/ctb)
- User Most Recent Play
- Compare Play
To get a local copy up and running follow these simple example steps.
This is the things you need to use the software and how to install them.
- Node.js 12.0.0 or newer
- Redis
- npm
npm install npm@latest -g
- node-ts (for running without compiling)
npm install node-ts -g
- Clone the repo
git clone git@github.com:faldyif/asuka.git
- Install NPM packages
npm i
- Copy the
.env.example
to.env
cp .env.example .env
- Copy the
.env.example
to.env
cp .env.example .env
- Configure the
.env
file that's been copied before - Run
npm start
ornpm debug
for running without compiling
See the open issues for a list of proposed features (and known issues).
Contributions are what make our work easier. Any contributions you make are greatly appreciated.
- Clone the project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Notes:
- Consider using emoji for commit messages. Because every commit is important. So let's celebrate each and every commit with a corresponding emoji! 😄 (Example)