Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
/ Wally Public archive

A Discord bot created for the game Hole in the Wall on Hypixel, contains multiple commands, custom user profile

License

Notifications You must be signed in to change notification settings

Blackoutburst/Wally

Repository files navigation

splash

Language Release Size GitHub Workflow Status (branch) License

Wally

Wally is a discord bot that allow you to check your Hypixel Hole in the Wall stats, he contains much more features such as a score tracker, customizable user profile, leaderboards and much more!

Prerequsites

  • Kotlin 1.7.0 - Kotlin is necessary to run the bot since it's made with Kotlin
  • Java 8+ - Java is necessary to run the bot
  • A config file - see the config.json file and modify it to your needs
  • A Hypixel key - In order to get the data from Hypixel you need a key
  • A Discord bot - To send and receive messages via discord you need a bot and a token for that bot
  • A .env file To put confidential values such as API key or discord token

Building

Open a command line and go into the directory and run

gradlew buildDependents

Running

Locate the generated jar file should be inside repo/build/libs and run

java -jar Wally-x.x.x-all.jar

Contributing

See Contributing.md