Skip to content
forked from Mantaro/MantaroBot

Multipurpose Discord bot made in Java using JDA.

License

Notifications You must be signed in to change notification settings

Tr0j4n9/EK-Bot1

 
 

Repository files navigation

EK

Complete and configurable music, currency and games multipurpose Discord bot!


Check the 4.9 branch for the current development status


Using the Official EK Bot

Just one click and you can add EK to your own server and enjoy its full feature set!


Building EK on your own

WARNING: The owners of EK do not recommend compiling Mantaro as it is not documented and most builds here will be extremely unstable and (probably) untested, probably including unfinished features.
If you still want to build your own instance of Mantaro, you will need multiple api keys including (but not limited to)

  • osu! API
  • AniList API
  • OpenWeatherMap API.
  • Wolke's Weeb API (For most of the action commands).
  • etc...

We will not help you with the process of obtaining said api keys!


Steps for building

  1. Clone this repository.
  2. If you are going to edit code, make sure your IDE supports Lombok and enable Annotation Processing!
  3. Open a Terminal in the root folder.
  4. Run gradlew shadowJar
  5. Grab the -all.jar jar from build/libs
  6. Install rethinkdb and redis
  7. Create the mantaro database with the following tables: mantaro, players, users, guilds, keys, commands
  8. Run it and prepare yourself to start filling in configs (open the jar on the command line using java -jar name.jar and wait for it to crash, then it'll generate the config.json file for you to fill).
  9. In config.json, set the value needApi to false.

EK Uses and loves


Give credit where credit is due. If you wish to use our code in a project, please credit us, and take your time to read our full license. We don't mind you using Mantaro code, as it is open-source for a reason, as long as you don't blatantly copy it or refrain from crediting us.

License

Copyright (C) 2016-2018 David Alejandro Rubio Escares/Kodehawa

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
The full license can be found here.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%