Skip to content

EpicsDAO/epics-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epics Discord BOT

checker-bot

Automatically ban malicious users when they enter Discord.

This is a sample. When a user has username Announcement , THE CHECKER(BOT) will ban immidiately.

You can custermize for your setting.

Usage

1. Set .env

Update .env.sample to .env

.env.sample

TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
SERVER_ID=123456789
WELCOME_BOT_IT=12345677

TOKEN is discord token

SERVER_ID is your discord server id

WELCOME_BOT_ID is the other bot id that pushes message when new user join.

2. Run

ruby app.rb

or

docker build . -t epics_bot_rb
docker run --env-file .env --restart always -d epics_bot_rb

About

Epics DAO's Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published