MGS-BR / ModMail

A simple mailbox Bot for your server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModMail

A simple mailbox for your server

Setup

In the modmail command has 2 lines where changes are needed.

guild = client.get_guild(id=id_guild)
guild_channel = client.get_channel(id_channel)

Substitute id_guild for your server id.

Replace id_channel for ModMail chat id.

In the last line we have:

client.run('Token here')

Replace the Token here for your bot's token.

Required dependencies:

To install dependencies, open cmd and type:

pip install -r requirements.txt

Commands

There is only one command.

Go to the DM of your modmail bot and type:

-modmail

After that a support request will be sent to modmail chat.

About

A simple mailbox Bot for your server

License:MIT License


Languages

Language:Python 100.0%