Skip to content

ReisMiner/CustomCommands

Repository files navigation

CustomCommands

Funny Discord Bot Written in Java with the Help of the JDA - Java Discord API.

Take a look at the source code if you need something for your own bot :) Note: Music commands ain't working on Raspberry Pi.

For self-hosting follow the steps below. i know it is confusing. might update later idk.

How To use it for ur own server?

  1. Make a new App on the Discord dev portal (Google it), make it a bot and invite it with admin privileges to your server. Or Invite the bot through this link: https://s.reisminer.xyz/bot
  2. Yoink this Repo via clone. In IntelliJ you can just create a new project from Version Control to do so. The IDE will then create a Gradle Project and download all the libraries used.
  3. Make a Token.java with following fields: TOKEN, prefix, sendreacts, shutImg.
  4. If you got a Database to store all your userdefined commands add DBurl, DBusername and DBpassword too. If you got no databse then good luck removing all that stuff. Basically its just deleting the DB package in commands and then you'll see all the errors :)
  5. Create a Token.java file and put there some constants like db credentials and log channel. Will put a list with stuff here soon.
  6. Try starting the Bot :)

Note: Some stuff is hardcoded and you might want to adjust this stuff. But be warned: This code is NOT documented!

Help me. I get errors and cannot start the bot

Not my beer. Google is your friend :)

About

Funny Discord Bot :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages