You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Modmail is similar to Reddit's Modmail both in functionality and purpose. It ser
35
35
## How does it work?
36
36
When a member sends a direct message to the bot, a channel or "thread" is created within an isolated category for that member. This channel is where messages will be relayed and where any available staff member can respond to that user.
37
37
38
-
All threads are logged and you can view previous threads through the corresponding generated log link. Here is an [**example**](https://logs.modmail.tk/example)
38
+
All threads are logged and you can view previous threads through the corresponding generated log link. [**Example**](https://logs.modmail.tk/example)
39
39
40
40
## Features
41
41
@@ -45,7 +45,7 @@ All threads are logged and you can view previous threads through the correspondi
45
45
* Interface elements (color, responses, reactions, etc.)
46
46
* Snippets and *command aliases*
47
47
* Minimum account/guild age in order to create a thread.
48
-
***Thread logs**
48
+
***Advanced Logging Functionality**
49
49
* When you close a thread, a [log link](https://logs.modmail.tk/example) is generated and posted to your log channel.
50
50
* Rendered in styled HTML like Discord.
51
51
* Login in via Discord to protect your logs ([Patron only feature](https://patreon.com/kyber)).
@@ -56,7 +56,7 @@ All threads are logged and you can view previous threads through the correspondi
56
56
* Editing and deleting messages is synced on both ends.
57
57
* Support for the full range of message content (mutliple images, files).
58
58
* Paginated commands interfaces via reactions.
59
-
59
+
60
60
This list is ever growing thanks to active development and our exceptional contributors. See a full list of documented commands by using the `help` command.
61
61
62
62
## Installation
@@ -90,6 +90,18 @@ This bot can be hosted on heroku. Installation via Heroku is done in your web br
90
90
91
91
You can also set up autoupdates. To do this, [install the Pull app in your fork](https://github.com/apps/pull). Then go to the Deploy tab in your Heroku account, select GitHub and connect your fork. Turn on auto-deploy for the master branch.
92
92
93
+
94
+
## Sponsors
95
+
96
+
Sepcial thanks to our sponsors for supporting the project.
Modmail supports the use of third party plugins to extend or add functionality to the bot. This allows the introduction of niche features as well as anything else outside of the scope of the core functionality of Modmail. A list of third party plugins can be found using the `plugins registry` command. To develop your own, check out the [documentation](https://github.com/kyb3r/modmail/wiki/Plugins) for plugins.
0 commit comments