mirror of
https://github.com/sern-handler/sern-community
synced 2026-06-27 18:22:18 +00:00
27 lines
775 B
JSON
27 lines
775 B
JSON
[
|
|
{
|
|
"name": "Upgrade DJS",
|
|
"content": "Please update your discord.js version with compatible version of sern Handler\nIt should be above v14.2.0",
|
|
"keywords": [
|
|
"upgrade djs",
|
|
"update djs"
|
|
]
|
|
},
|
|
{
|
|
"name": "Outdated Node",
|
|
"content": "Your nodejs version is outdated, update it to 16.9 or higher",
|
|
"keywords": [
|
|
"'node:events'",
|
|
"upgrade your node",
|
|
"your node is outdated"
|
|
]
|
|
},
|
|
{
|
|
"name": "Missing Intents",
|
|
"content": "If you get an error that says \"Missing Intents\", you probably want to add them. Don't include intents that you won't use. You can check what intents you need [here](https://ziad87.net/intents/).",
|
|
"keywords": [
|
|
"missing intents",
|
|
"intents missing"
|
|
]
|
|
}
|
|
] |