Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

seenyxx/msgfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MsgFilter

Rust

A stable and simple bot to filter messages that contain bad words

Invite here

Self Hosting (Linux Only)

  1. Install gcc
  2. Clone this repository
  3. Make sure you have rust installed (If not go here to install)
  4. cd into repository
  5. Create a config.json in the root of the repository
  {
    "token": "<YOUR BOT TOKEN HERE>",
    "prefix": "<YOUR DESIRED PREFIX>",
    "shards": 1 // <- This could be any number [REMOVE THIS COMMENT]
  }
  1. Run ./start.sh
  2. You're done!