Skip to content

the-programmers-hangout/ReWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rewizard

Rewizard is a regex evaluation bot for discord.

It expects the following environmental variables to exist.

REWIZARD_TOKEN=...
REWIZARD_CHANNEL=...
REWIZARD_RATE_LIMIT=...

Rewizard will only work in the single channel it is assigned to, it will rate limit all users and attach an emoji for repeated spamming.

All replies are Embeds so it shouldn't trigger other bots.

Deployment

There is a multi stage docker file included that will build out a runnable container.

$ docker build -t rewizard .
$ docker run --env-file=./env rewizard

About

Regex evaluation Discord bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published