Introducing to new Discord Bot – Team Manager

Discord is one of the most popular communication platform between gamers and developers. If you want to know about Discord more, you can read a wonderful articleWhat is discord” by Phil Hornshaw , but I would like here  to introduce with my new project – Discord Team Manager.

Why?

Why do we need this bot? Firstly, because Discord is only a chat platform and if you are an owner of some kind of server (guild), you are responsible for its management. So, this bot helps you to manage it.

Main Feature

Team Manager Bot has web interface which you can find by a link https://discordteam.ovh. There are all members stored and synchronized with Discord in a separate database. As you can see inthe picture, you can add additional information to every member

This information can be also displayed on Discord channel by using command !show <discord name>. There are implemented two kinds of views:

  • Default view – all channels
  • Admin View – only #tm-admin channel

An administrator can decide which fields will be visible for each view on the web interface. In this way, an administrator can let to see for all members only basic fields and on the admin channel – more information like phone number or other sensitive data.

The administrator or manager can also attach notes to members or documents to the guild. Notes and documents can be also displayed on discord.

Furthermore, there is a feature where every guild owner can create custom member fields. So, if is not enough default fields, the owner can add exactly what he needs!

Management

Not always a guild owner is the team manager. That is not a problem, because the owner of the guild can invite other members and give access to web-interface! Multiple managers is also supported.

Members table is implemented with DataTables plug-in which gives a lot of handy features.

  • Search – dynamic search box. Filter members by any keyword (email, phone e.t.c)
  • Sort – sort members table by any field
  • Column visibility – select which member fields you want to see on table ar how much records per page
  • Export – export members to PDF, CSV, Excel or Print format. Sure, you can select which columns you want to see in exported format!

Integrations

At the moment there is only one integration implemented – SMS Gateway. This integration enables SMS sending not only
from web interfaces but also from Discord admin channel too! Easily send message with command: !sendsms <name> <sms message text> and the SMS will reach the member. SMS price you can check here. Sure, firstly you need to create an account at https://gatewayapi.com and enter api keys on web app.

Depend on users needs, in the future will be implemented more integrations. So if you have any suggestions or wishes, then feel free to contact me or write it on bot support channel at Discord

Other Features

There are also some other administration commands like:

  • Delete messages
  • Write colored messages as bot

All commands can be found by writing !help in discord channel. On Bitbucket you can also find the Usage Guide and Issues Tracker.

Links