fg-devs / dikdik-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DikDik-Bot

DikDik bot is a Discord bot that says something in another channel. Tell it what to say in channel A and it will send it to channel B. Once say is active all messages will go to channel B until it is deactivated. The bot will automatically deactivate if there is no messages from the sending user for more then 5 minutes.

Setup

Download Go.

cd ./cmd/DikDik-Bot
go build
./DikDik-Bot
# Setup dikdik-config.yml

Config File

In dikdik-config.yml

bot_token: <your bot token>
bot_prefix: <prefix>
jokes_path: <path where jokes.txt is located>
facts_path: <path where facts.txt is located>

Usage

To display commands type "!help"

About

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%