# nourybot

Near future abandoned project in development. 

### Docker:
    Build:
        docker build -t nourybot .
    Testing:
        docker run -it --rm nourybot
    Run:
        docker run -d --rm nourybot

### Make:
    For build and run: 
        make xd