Discord bot that lets you lookup Wikipedia entries
Go to file
2023-07-01 19:41:29 -04:00
.idea Upload 2023-07-01 19:31:55 -04:00
gradle/wrapper Upload 2023-07-01 19:31:55 -04:00
src/main Upload 2023-07-01 19:31:55 -04:00
.gitignore Upload 2023-07-01 19:31:55 -04:00
build.gradle.kts Upload 2023-07-01 19:31:55 -04:00
gradlew Upload 2023-07-01 19:31:55 -04:00
gradlew.bat Upload 2023-07-01 19:31:55 -04:00
README.md Update 'README.md' 2023-07-01 19:41:29 -04:00
settings.gradle.kts Upload 2023-07-01 19:31:55 -04:00

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.