Updated readme
This commit is contained in:
parent
c2ef462ed7
commit
f150d9bc97
31
README.md
31
README.md
|
@ -1,3 +1,32 @@
|
|||
# Jisho Bot
|
||||
|
||||
A simple discord bot implementing the [Jisho](https://jisho.org/) API. This bot aims to provide all the information typically available on the website in a neat discord embed interface.
|
||||
A simple discord bot implementing the [Jisho](https://jisho.org/) API. This bot aims to provide all the information typically available on the website in a neat discord embed interface.
|
||||
|
||||
## What can it do?
|
||||
As of right now, the Bot displays all the information from Jisho's search page as an interactive discord embed.
|
||||
It includes information about
|
||||
* Spelling and Reading
|
||||
* Meanings and Definitions
|
||||
* JLPT grades and Wanikani levels
|
||||
|
||||

|
||||
|
||||
The embed is interactive and can be controlled via Reactions. This will then show the next/previous entry. Right now, only the latest embed will be interactive, so if you use the bot again the previous responses will become inactive.
|
||||
|
||||
## How do I get it?
|
||||
Either [invite](https://discord.com/api/oauth2/authorize?client_id=742658127060795393&permissions=59456&scope=bot) a bot I am hosting or [set it up](#setup) yourself. Note that if you invite the bot you won't be able to change its prefix!
|
||||
|
||||
## Usage
|
||||
There is only one command, and that is
|
||||
|
||||
-[search|s] <query>
|
||||
|
||||
The prefix can be changed in the config file.
|
||||
|
||||
## <a name="setup"></a>Setup
|
||||
Clone this repo, create a `config.json` in the root directory with the following layout
|
||||
|
||||
{
|
||||
"key": Your discord bot token,
|
||||
"prefix": Your prefix
|
||||
}
|
Loading…
Reference in a new issue