Discord bot that lets you lookup Wikipedia entries
.idea | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle.kts |
WikipediaBot
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.