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: CHANGELOG.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
# v2.6.3
15
15
16
-
Fixed small issue in thread finding.
16
+
Fixed small issue with finding thread.
17
17
18
18
# v2.6.2
19
19
20
-
Fixed log urls for selfhosting users. (This shouldn't affect anyone)
20
+
Fixed log URLs for self-hosting users.
21
+
(This shouldn't affect anyone.)
21
22
22
23
# v2.6.1
23
24
@@ -33,17 +34,19 @@ Mostly internal changes. Some are slightly breaking. Keep a lookout for broken f
33
34
34
35
### Changed
35
36
- Log URLs are moved to their own collection.
36
-
- Log URLs are now `https://logs.modmail.tk/LOGKEY`, no more numbers before the logkey.
37
-
- We still support the numbers so as to not break everyone's urls so quickly but both work atm :p
37
+
- Log URLs are now `https://logs.modmail.tk/LOGKEY`, no more numbers before the log key.
38
+
- We still support the numbers so as to not break everyone's URLs so quickly but both work atm :p
38
39
- This is a huge change to the backend logging and there might be migration errors. If so, please contact us at our [discord server](https://discord.gg/2fMbf2N)
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,27 +44,27 @@ When a user sends a direct message to the bot, a channel is created within an is
44
44
45
45
## Installation
46
46
47
-
You have two options for using this bot, hosting on Heroku or self hosting the bot. If you choose to install the bot using Heroku, you do not need to download anything. Read the installation guide[here](https://github.com/kyb3r/modmail/wiki/Installation) or watch the **[video tutorial](https://youtu.be/TH_1QfKUl_k)**. If you have any problems join our [discord server](https://discord.gg/etJNHCQ) or just join anyways :wink:
47
+
You have two options for using this bot, host on Heroku or self-host the bot. If you choose to install the bot using Heroku, you do not need to download anything. Read the **[installation guide](https://github.com/kyb3r/modmail/wiki/Installation)** or watch the **[video tutorial](https://youtu.be/TH_1QfKUl_k)**. If you have any problems join our [discord server](https://discord.gg/etJNHCQ) or just join anyways :wink:
48
48
49
-
## What is heroku?
49
+
## What is Heroku?
50
50
51
-
Heroku is a container based cloud platform that currently offers a free plan to host web apps. However, these apps have an ephemeral file system and thus cannot store any data on site. We have made Mod Mail to be accessible to anyone while still being featurerich, it's a community run project that lets anyone get it up and running 24/7 for free. So how does our bot store data? Config and logs are stored in a [centralised web service](https://modmail.tk) hosted by us. This enables you to get started easily and fast.
51
+
Heroku is a container based cloud platform that currently offers a free plan to host web apps. However, these apps have an ephemeral file system and thus cannot store any data on site. We have made Modmail be accessible to anyone while still being feature-rich, it's a community run project that lets anyone get it up and running 24/7 for free. So how does our bot store data? Config and logs are stored in a [centralised web service](https://modmail.tk) hosted by us. This enables you to get started easily and fast.
52
52
53
-
## Selfhosted logs
53
+
## Self-hosted logs
54
54
55
-
If you want complete control over your data and do not want to use the centralised API service, you can self host your logs. You can do this by adding two config variables:
55
+
If you want complete control over your data and do not want to use the centralized API service, you can self host your logs. You can do this by adding two config variables:
56
56
57
-
*`MONGO_URI` - Mongodb connection URI, you can get a free 500mb cluster from [mongodb atlas](https://www.mongodb.com/cloud/atlas).
58
-
*`LOG_URL` - The url of your log viewer heroku app (`https://yourlogviewerappname.herokuapp.com`)
57
+
*`MONGO_URI` - MongoDB connection URI, you can get a free 500 MB cluster from [MongoDB Atlas](https://www.mongodb.com/cloud/atlas).
58
+
*`LOG_URL` - The URL of your log viewer Heroku app (`https://yourlogviewerappname.herokuapp.com`)
59
59
60
-
You also need to create a separate heroku app for the log viewer that you can deploy from [here](https://github.com/kyb3r/logviewer).
60
+
You also need to create a separate Heroku app for the log viewer that you can deploy from [here](https://github.com/kyb3r/logviewer).
61
61
62
62
## Features and Commands
63
63
The bot comes with a plethora of useful functionality. Take a look at the [list of commands](https://github.com/kyb3r/modmail/wiki/Features-and-commands).
64
64
65
65
66
66
### Automatic Updates
67
-
The bot checks for new updates every hour and automatically updates to a newer version if found. This bot is under active development so you can always look forward to new, useful features! If you do not want this functionality, for example if you want to make changes to your fork, you can do so by adding a `disable_autoupdates` config variable.
67
+
The bot checks for new updates every hour and automatically updates to a newer version if found. This bot is under active development so you can always look forward to new, useful features! If you do not want this functionality, for example, if you want to make changes to your fork, you can do so by adding a `disable_autoupdates` config variable.
68
68
69
69
## Contributing
70
70
This project is licenced under MIT. If you have ideas for commands create an issue or pull request. Contributions are always welcome, whether it be documentation improvements or new functionality, please feel free to create a pull request.
0 commit comments