Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

nuriofernandez/discord-guruguru-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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."
        }
    }
}