Skip to content

infi/geistergangbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geistergangbot

Der GeisterGang-Bot

Beispiel-Config (cfg.js)

class Color {
        this.options = optionsArray || [
            0x4844c3,
            0x3735a0,
            0x2b2979,
            0x1e1c52,
            0x10102c
        ]
        this.generatedColor = this.options[Math.floor(Math.random() * this.options.length)]
}

module.exports = {
    token: "",
    prefix: "g",
    color: Color,
    pinChannel: "",
    story: {
        list: [
            ""
        ]
    }
}

About

Der GeisterGang-Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •