Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 575 Bytes

Julino

A multipurpose Discord bot for JuliGames

Features

  • Moderation
  • Message Logging

Command List

  • ban - Ban a User.
  • clear - Clears the chat.
  • kick - Kick a User.
  • reload - Reloads the bot's config file. (Requires Admin)

Example config file

{
  "token": "<discord bot token>",
  "joinChannel": "<join message channel id>",
  "leaveChannel": "<leave message channel id>",
  "logChannel": "<log channel id>",
  "dbHost": "<database ip>",
  "dbName": "<database name>",
  "dbUser": "<database username>",
  "dbPass": "<database password>"
}