https://github.com/ravener/miyako
A multipurpose Discord Bot
https://github.com/ravener/miyako
anime bot discord discordapp discordjs hacktoberfest javascript miyako nodejs postgresql
Last synced: 6 months 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 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T08:00:20.000Z (over 1 year ago)
- Last Synced: 2025-05-06T18:05:47.704Z (6 months ago)
- Topics: anime, bot, discord, discordapp, discordjs, hacktoberfest, javascript, miyako, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 155
- Watchers: 8
- Forks: 54
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miyako
[](https://discord.gg/mDkMbEh)
A general purpose Discord Bot. This is the new in-progress rewrite that is still being worked on.

## 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)