No description
.idea | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle |
MissingIdentifier
This is a Utility Discord providing some helpful and some not so helpful features. It uses the JDA wrapper.
Features
- ANNOY: Sends a message to Guildmembers who did not choose a role yet
- AUTOSELECT: Grands users a Role when they react to a given reaction
- DICE: Roles a dice
- FOLD: Show some statistics about a Folding@home team.
- LOVECALC: chances of two users falling in love (no guarantee)
- ONLINEHIGHLIGHT: Gives users a role who play a certain game
- PURGE: bulk delete messages
- QUOTE: Saves quotes and display them randomly
- RANDOMRESPONDE: Answer to given trigger words
- SECRETCHANNEL: Grants member access to channels if they mention keywords
- SHUFFLE: Color changing role
- STATS: some guild stats
- VOICELOBBY: Temporary Voice channels via command or joining certain channels
- WELCOME: Messages for new members
How to use MissingIdentifier
Using my Bot hosted by me
-
Invite Bot to your Discord Guild using this LINK (You may want to adjust the preset bot permissions to your linking).
-
Change Bot Prefix if other Bots use the same (and use it from now on instead of
!
):
!admin setprefix
3. Set a Mod-Role so non Guild-Owner are able to configure this Bot (Preferably the admin role)
```
!admin setmodrole <@MODROLE>
-
Use the
help
command to get an overview of the available Modules and commands. -
Activate Modules to your liking:
!admin
6. Reenter the `help` command to get overview of new settings and commands available
### Self host the bot
1. Create Discord Bot-User
1. Go to the [Discord Developer](https://discord.com/developers/applications) Page
2. Create a new Application and edit it to your liking
3. navigate to `BOT` and hit `add Bot`
4. may activate `Privileged Gateway Intents` (right now bot uses them, may a non presence mode will be implemented)
5. Copy Bot-Token
2. Copy release .jar executable
3. Copy sample config to .jar location
4. Enter Bot-Token from step one into config file
5. run Bot (`java -jar <filename>.jar`)
#### Updating
Just exchange the .jar executable
### Building the bot your self
1. Clone Repo
2. Run `gradle fatJar`
3. .jar executable is located in ./build/libs/
(run the bot via `gradle run` should work fine too)
## Contributing
Uhm may just ask me to get started (COMING SOON)
## Bug Report
(COMING SOON)
## Contact
Well find me ... i am using the name `Hiajen`
or just text me via [Matrix](https://matrix.to/#/@hiajen:matrix.hiajen.de) (`@hiajen:matrix.hiajen.de`)