From 44383eec0893cc37250c00048dda778f3d4b5a08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:24:51 +0300 Subject: [PATCH] New Crowdin translations by GitHub Action (#409) Co-authored-by: Crowdin Bot --- .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ .../current/faq.mdx | 28 +++++++++++++++++++ 30 files changed, 840 insertions(+) create mode 100644 i18n/ar/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/bg/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/bn/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/ca/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/cs/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/da/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/el/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/es/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/fi/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/he/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/hu/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/it/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/nl/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/no/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/pl/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/ro/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/ru/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/sk/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/sr/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/sv/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/th/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/tr/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/uk/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/faq.mdx create mode 100644 i18n/zh/docusaurus-plugin-content-docs/current/faq.mdx diff --git a/i18n/ar/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/ar/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/ar/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/bg/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/bg/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/bg/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/bn/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/bn/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/bn/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/ca/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/ca/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/ca/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/cs/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/cs/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/cs/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/da/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/da/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/da/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/de/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/el/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/el/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/el/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/es/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/es/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/fi/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/fi/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/fi/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/fr/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/fr/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/he/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/he/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/he/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/hu/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/hu/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/hu/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/it/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/it/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/it/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/ja/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/nl/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/nl/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/nl/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/no/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/no/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/no/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/pl/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/pl/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/pl/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/pt-BR/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/ro/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/ro/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/ro/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/ru/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/sk/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/sk/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/sk/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/sr/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/sr/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/sr/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/sv/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/sv/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/sv/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/th/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/th/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/th/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/tr/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/tr/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/tr/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/uk/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/uk/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/uk/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/vi/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/faq.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/faq.mdx new file mode 100644 index 0000000..e4cacc8 --- /dev/null +++ b/i18n/zh/docusaurus-plugin-content-docs/current/faq.mdx @@ -0,0 +1,28 @@ +--- +id: faq +title: FAQ +sidebar_position: 9 +--- + +# FAQ (frequently asked questions) {#faq} + +Here you can find the Necord's frequently asked questions \ +Enjoy and take a look at the frequently asked questions on [Discord.JS](https://discordjs.guide/popular-topics/faq.html#legend) \ +For any questions consider [joining](https://discord.com/invite/mcBYvMTnwP) our Discord server. Or [add](https://discord.com/oauth2/authorize?client_id=1081479845940314114&scope=bot&applications.commands) the official Necord bot to take a look at help tag commands + +## Shared-Hosting {#shared-hosting} + +How I can have 2 or more bots in the same application/process? + +> You can't, Necord doesn't support multiple bots because Rate limits are determined based on the IP address of the sender. +> \- If your bot shares its IP with other bots it will share their rate limits. +> \- This is a common caveat with [shared hosting](https://en.wikipedia.org/wiki/Shared_web_hosting_service) providers and free plans! + +## Dynamic, Conditional, and Async Command Configuration {#dynamic} + +How I add | remove | modify commands or any interaction \ +Dynamic configuration with Async \ +Conditional registration + +> - You can disable Necord's commands auto-registration with the option `skipRegistration: true` in `NecordModule` and create your own registration service +> - An example of custom registration service can be found [here](https://github.com/necordjs/examples/tree/master/09-dynamic-guilds)