Added a new page and updated the software

This commit is contained in:
EmotionChild 2022-12-03 20:11:54 +13:00
parent 731a06c266
commit ac38efff9c
No known key found for this signature in database
GPG key ID: A4B1BE12BA410361
3 changed files with 2020 additions and 2071 deletions

View file

@ -0,0 +1,30 @@
---
slug: 4.1.10-patch-notes
title: 4.1.10 patch notes
authors: [EmotionChild]
tags: [Patchnote]
---
## Added
- 'filterlist / 'fl command which lists link and invite filtering channels and status
- Added support for %target% placeholder in 'alias command
- Added 'forwardtochannel which will forward messages to the current channel. It has lower priority than fwtoall
- Added 'exprtoggleglobal / 'extg which can be used to toggle usage of global expressions on the server
## Changed
- Several club related command have their error messages improved
- Updated help text for 'antispam and 'antiraid
- You can now specify time and date (time is optional) in .remind command instead of relative time, in the format HH:mm dd.MM.YYYY
## Fixed
- Fixed 'cmdcd console error
- Fixed an error when currency is add per xp
- Fixed 'feedadd
- Fixed 'prune @target not working
- Fixed command cooldown calculation

View file

@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@docusaurus/types": "^2.0.0-beta.20",
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/types": "^2.2.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
@ -24,7 +24,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.20"
"@docusaurus/module-type-aliases": "2.2.0"
},
"browserslist": {
"production": [
@ -38,4 +38,4 @@
"last 1 safari version"
]
}
}
}

4051
yarn.lock

File diff suppressed because it is too large Load diff