Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocktimsaikia/anime-discord-bot
A simple discord bot to display anime quotes from Animechan API
https://github.com/rocktimsaikia/anime-discord-bot
anime-bot anime-quotes-api animechan-api discord-anime-bot discord-bot
Last synced: about 1 month ago
JSON representation
A simple discord bot to display anime quotes from Animechan API
- Host: GitHub
- URL: https://github.com/rocktimsaikia/anime-discord-bot
- Owner: rocktimsaikia
- License: mit
- Created: 2021-03-01T12:53:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T11:03:38.000Z (almost 4 years ago)
- Last Synced: 2024-11-26T21:55:06.947Z (about 1 month ago)
- Topics: anime-bot, anime-quotes-api, animechan-api, discord-anime-bot, discord-bot
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animechan Discord bot
A simple discord bot that generates random anime quotes from various animes on command. All the quotes are generated with the official [Animechan API](https://animechan.vercel.app/).
## Available commands
- `!quote random` : Displays one random quote from any availabe anime
- `!quote anime [anime name]` : Displays one random quote from the specified Anime. ex: `!quote anime naruto`
- `!quote char [character name]` : Displays one random quote from the specified Anime Character. ex: `!quote char saitama`
- `!help` : Lists all the availabe commads
- `!help [command name]` : Displays information on the specified command name. ex: `!help quote`## Getting started
### Installation
```sh
# Clone the repository
git clone https://github.com/rocktimsaikia/anime-discord-bot.git# Enter into the directory
cd anime-discord-bot/# Install the dependencies
npm install
```
[Yarn](https://yarnpkg.com/) is recommended for installation but npm is fine too.### Configuration
After the installing go the `config.json` file in the root directory and add your Discord API token.
### Starting the application
```sh
npm start
```This will run the application in development mode.
### License
MIT © [rocktimsaikia](https://rocktimsaikia.now.sh) 2021