Closed Jueo closed 7 years ago
1) Selfbots aren't allowed by discord 2) Mantaro isn't meant to be used as a selfbot
Then why in the readme file of Mantaro there is a part which say "Building Mantaro on your own"?
Also I meant Self-host sorry
That's about selfhosting, not using it as a selfbot
Yeah I am sorry I didn't meant Self Bot. But still not working
I'm unsure if you are familiar with the term "self-bot". A "self-bot" is a bot running under a user account only listening to the commands of its owner and no one else. I'm pretty sure you meant self-hosting instead.
Yes I meant self-hosting, my bad
Nice meme tbh
Natan updated README.md, run gradle shadowJar and try.
I am still getting the same error.
To be honest, I have no idea because I don't know your setup, but it's something on your side
And proof that stuff works here: https://im-ded-but.mantaro-is.life/7ei4779-3279.png
I am trying to set up the bot (self-host) but its throwing an error
Exception in thread "main" java.lang.NoClassDefFoundError: lombok/Lombok at net.kodehawa.mantarobot.utils.data.GsonDataManager.(GsonDataManager.java:36)
at net.kodehawa.mantarobot.data.MantaroData.config(MantaroData.java:41)
at net.kodehawa.mantarobot.services.Carbonitex.(Carbonitex.java:27)
at net.kodehawa.mantarobot.MantaroBot.(MantaroBot.java:90)
at net.kodehawa.mantarobot.MantaroBot.main(MantaroBot.java:204)
Caused by: java.lang.ClassNotFoundException: lombok.Lombok
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)