Skip to content

MGS-BR/ModMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages