Update CHANGELOG
parent
9048942ce9
commit
c7fc8a6bc0
|
@ -9,6 +9,10 @@ Please report any bugs you encounter by [creating a GitHub issue](https://github
|
||||||
|
|
||||||
**Plugins:**
|
**Plugins:**
|
||||||
* Log storage functions `getLogUrl()`, `getLogFile()`, `getLogCustomResponse()` now take the entire thread object as an argument rather than the thread ID
|
* Log storage functions `getLogUrl()`, `getLogFile()`, `getLogCustomResponse()` now take the entire thread object as an argument rather than the thread ID
|
||||||
|
* Plugins can now access the bot's web server via a new `webserver` property in plugin arguments
|
||||||
|
|
||||||
|
**Internal/technical updates:**
|
||||||
|
* Modmail now uses [Express](https://expressjs.com/) as its web server for logs/attachments
|
||||||
|
|
||||||
## v2.31.0-beta.2
|
## v2.31.0-beta.2
|
||||||
**This is a beta release, bugs are expected.**
|
**This is a beta release, bugs are expected.**
|
||||||
|
|
Loading…
Reference in New Issue