Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravener/miyako

A multipurpose Discord Bot
https://github.com/ravener/miyako

anime bot discord discordapp discordjs javascript miyako nodejs postgresql

Last synced: 26 days ago
JSON representation

A multipurpose Discord Bot

Awesome Lists containing this project

README

        

# Miyako

[![Discord](https://discordapp.com/api/guilds/397479560876261377/embed.png)](https://discord.gg/mDkMbEh)

A general purpose Discord Bot. This is the new in-progress rewrite that is still being worked on.

![image](https://media.discordapp.net/attachments/460796274686558209/1043490898555711518/516657_KpU2qf5V.png)

## Running

```sh
$ git clone https://github.com/ravener/miyako
$ cd miyako
$ cp .env.example .env
$ nano .env # Fill this
$ npm install
$ node src/deploy-commands.js # Deploy slash commands.
$ node src/index.js
```

## License

[MIT License](LICENSE)