Microsoft-community / Dotsimus

Machine learning powered chat moderation bot, its primary goal is to help monitor, protect the server while its secondary goal is to enhance user experience.

Home Page:https://Dotsimus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  1. Create an .env file and provide required tokens and keys as per example below.
BOT_TOKEN=TOKEN
BOT_TOKEN_DEV=STAGING_TOKEN
DB_HOST=DB
DB_HOST_DEV=STAGING_DB
PERSPECTIVE_KEY=KEY
DEVELOPMENT=false
SENTRY_DSN=SENTRY_KEY
STRAWPOLL_KEY=STRAWPOLL_API_KEY
OWNER=BOT_OWNER_ID
DEV_GUILD=DEVELOPMENT_GUILD_ID
  1. Add bot to your server https://discord.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0

  2. Run npm install && npm start.

Features

Automated moderation (Premium feature)

Machine learning powered moderation brings misbehaving, toxic users to moderators attention quicker than you can say hop.

Track topics, names or keywords, stay in the loop of things!

Keywords tracking will make sure that you know whenever you're mentioned and missed! It can also be used to track topics that you find interesting.

/watch add

Point users to rules easily!

Dotsimus allows you to guide new users through rules without hitting them with a wall of text.

One of the very first public bots to support slash commands.

What more there is to say? Slash commands make our lives a lot easier.

About

Machine learning powered chat moderation bot, its primary goal is to help monitor, protect the server while its secondary goal is to enhance user experience.

https://Dotsimus.com

License:MIT License


Languages

Language:JavaScript 62.4%Language:HTML 37.6%