Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ravener/miyako
- Owner: ravener
- License: mit
- Created: 2018-06-09T00:48:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T08:00:20.000Z (8 months ago)
- Last Synced: 2024-09-29T08:41:56.636Z (about 1 month ago)
- Topics: anime, bot, discord, discordapp, discordjs, javascript, miyako, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 157
- Watchers: 8
- Forks: 56
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)