Skip to content

gt-c/MantaroBot

 
 

Repository files navigation

MantaroBot

Currency, Anime, Music, Moderation, Games, osu! and everything you might want in a customizable and stable Discord:tm: bot


Using the Official Mantaro Bot

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


Building Mantaro on your own

WARNING: @AdrianTodt and @Kodehawa do not recommend compiling Mantaro as it is not documented and most builds here will be extremely unstable and untested.
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).

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.

Mantaro 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.

Demo (outdated)


Licence

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 licence can be found here.

About

Multipurpose Discord bot made in Java using JDA.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%