Skip to content

fg-devs/dikdik-bot

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages