Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
c6cb2852a9 |
19
README.md
19
README.md
@ -1,3 +1,20 @@
|
||||
# WikipediaBot
|
||||
|
||||
Discord bot that lets you lookup Wikipedia entries
|
||||
Discord bot that lets you lookup Wikipedia entries
|
||||
|
||||
It just works...
|
||||
|
||||
Bot can lookup wikipedia topics, slight autocorrect, and if there are multiple topics similar to the given one, the bot gives the classic "did you mean one of the following" resposnes.
|
||||
|
||||
## Install and Configure
|
||||
|
||||
Create a config.json file in the same directory as the Jar, and include the following, replacing the x's with the discord bot token.
|
||||
|
||||
```
|
||||
{
|
||||
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
}
|
||||
```
|
||||
|
||||
The bot needs the Message Read Intent enabled and whatever other bots need for slash commands.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user