- Download the latest Release Jar
- Place all needed Propertie Files next to the downlaoded Jar
- apikeys.properties
- botchannel.properties
- botkeys.properties
- (Optional) language.properties
- (Optional) ignoredMessages.properties
- Execute Jar
- Visit the Discord Developer Portal
- Create an Application
- Switch to the "Bot" tab
- Click on "Add Bot"
- Click on "Click to Reveal Token"
- Add the revealed Bot Token to the
botkeys.properties
file in the following format:BOT_NAME=BOT_TOKEN
- You may add as many Bots to the
botkeys.properties
file as you want
- Follow the following Guide to obtaining your Youtube API key
- Add your Youtube API key to the
apikeys.properties
file in the following format:youtube-key=YOUR_API_KEY
Just replace BOT_ID in the following Link with the Client ID of your Bot.
You can find the Client ID in the Discord Developer Portal
The Bots you add need their own Bot Channel to work properly and you need to add this Botchannels ID to the botchannel.properties
file
- Create Botchannel on the Server you want to use the Bots on.
- Rightclick on the GuildIcon the Bot are in and select
Copy ID
- Add the copied Guild ID to the
botchannel.properties
file in the following format:GUILD_ID=
- Rightclick on the Botchannel you just created and select
Copy ID
, aswell - Add the copied Channel ID to the
botchannel.properties
file just behind the 'equals'-Symbol:GUILD_ID=BOT_CHANNEL_ID
- Repeat for all Servers, your bots are on
There are currently 2 Languages available
- Englisch
- German
if no language is selected, englisch is used per default
- Copy Guild ID like in the
Adding a BotChannel...
Part - Add Guild ID to the
language.properties
file in the following format:GUILD_ID=LANGUAGE
with LANGUAGE being either Englisch or German
The Bots automatically delete any Message in the Botchannel that is not related to the Bots.
But if you added a Message to a Botchannel you want not be deleted just add it to the ignoredMessages.properties
- Copy Guild ID like in the
Adding a BotChannel...
Part - Add Guild ID to the
ignoredMessages.properties
file in the following format:GUILD_ID=
- Rightclick on Message, you want to keep and select
Copy ID
- Add this ID to the
ignoredMessages.properties
file in the following format:GUILD_ID=MESSAGE_ID
- (Optional) if you want to add more Messages for a Guild, add them to the
ignoredMessages.properties
file seperated by a dot.
:GUILD_ID=MESSAGE_ID.MESSAGE_ID.MESSAGE_ID