Multi-purpose Discord Bot. Banned from every deli nationwide.
Find a file
2024-12-23 18:27:52 +00:00
.idea Stupid intellij config crap 2024-12-22 00:05:59 +00:00
assets hurgh 2024-08-26 21:00:46 +01:00
src/main Ping warned member in warning channel 2024-12-23 18:27:52 +00:00
.gitignore Remove unused DB and prefix config options 2024-11-17 22:13:53 +00:00
config.example.json Log warnings to a channel 2024-12-22 01:15:57 +00:00
pom.xml Ping warned member in warning channel 2024-12-23 18:27:52 +00:00
README.md Log warnings to a channel 2024-12-22 01:15:57 +00:00



A multipurpose Discord bot written in Java.

Required Environment

  • Java 17+ (May work on older versions but untested)
  • Maven

Tested Operating Systems

  • macOS 14 & 15 (arm64)
  • Windows 10 22H2 (x86_64)
  • Debian 12 (x86_64)

Config file schema

{
  "token": "your_token",
  "warningChannel": 0
}

Commands

Command Description Arguments
/ping Gets the bot's gateway & rest ping None
/whois Gets information about the specified user (message author if none specified) [member]
/timeout set Times out a member for a specified amount of time [member], [duration], (reason)
/timeout get Gets the current timeout status of the specified member [member]
/timeout cancel Cancels the specified users timeout [member], (reason)
/poll Creates a poll [title], [duration], [options], (multiple-choice)
/warn Warns a user [member], [reason]