nuriofernandez / discord-guruguru-bot

Just a simple guru guru cute bot :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord GuruGuruBot

Installation guide

npm install
code .

Setup settings

Create a settings file at the src folder contaning the following lines:

{
    "discord": {
        "token": "discord-api-bot-token",
    },
    "adapters": {
        "loop": {
            "channels": [
                "channel-id-1",
                "channel-id-2"
            ]
        },
        "censorer": {
            "words": [
                "windows server",
                "windows notepad",
                "skype",
                "moviemaker"
            ],
            "message": "%name% you can't say that here."
        }
    }
}

About

Just a simple guru guru cute bot :)


Languages

Language:TypeScript 100.0%