Skip to content

poediscord/poediscordcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poediscordbackend

Backend section of the bot that does most of the work.

Running:

Create a config file in ./instance/ named config.json and/or config_testing.json. The _testing config file is read when running unit tests.

The file currently has the following form:

{
    "broker": {
        "type": "redis",
        "uri": "redis://myserver.example.com/0"
    }
}

Before every test we flushdb() so make sure to use a different database number in your testing config.

About

Backend section of the bot that does most of the work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages