Skip to content

dc506/pwnedcr_reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwnedcr_reminder

Discord reminder bot for PwnedCR

Secrets

Create file src/secrets.json and fill the information needed from this template:

{
    "BOT_TOKEN": "DISCORD_BOT_TOKEN"
}

Plug & Play

Build the image:

docker build -t $(basename $PWD) . --no-cache

And run a new instance of the bot:

docker run --rm -ti --name bot pwnedcr_reminder:latest

About

Discord reminder bot for PwnedCR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published