A simple mailbox for your server
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.txtThere is only one command.
Go to the DM of your modmail bot and type:
-modmailAfter that a support request will be sent to modmail chat.