Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions apps/docs/pages/docs/buttonkit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import { Tabs, Callout } from 'nextra/components';

# Using ButtonKit

<Callout type="warning">
This is currently only available in the [development
version](/docs/installation#development-version) of CommandKit.
</Callout>

ButtonKit is an enhanced version of the native Discord.js [`ButtonBuilder`](https://old.discordjs.dev/#/docs/discord.js/main/class/ButtonBuilder), designed to simplify the process of creating and handling button interactions in your Discord bot.

It is not recommended to use this to listen for button clicks forever since it creates collectors. For that purpose, it's recommended to use a regular "interactionCreate" event listener.
Expand Down
7 changes: 0 additions & 7 deletions apps/docs/pages/docs/commandkit.config.js-options.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { Callout } from 'nextra/components';

# commandkit.config.js options

<Callout type="warning">
This is currently only available in the [development
version](/docs/installation#development-version) of CommandKit.
</Callout>

CommandKit CLI can be configured using `commandkit.config` file in the root of your project directory (for example, by `package.json`). You can use either of the following files:

- `commandkit.js`
Expand Down
7 changes: 0 additions & 7 deletions apps/docs/pages/docs/using-cli.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { Callout } from 'nextra/components';

# Using CommandKit CLI

<Callout type="warning">
This is currently only available in the [development
version](/docs/installation#development-version) of CommandKit.
</Callout>

CommandKit CLI allows you to start and build your bot application.

To get a list of the available CLI commands, run the following command inside your project directory:
Expand Down
7 changes: 1 addition & 6 deletions apps/docs/pages/docs/using-signals.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { Tabs, Callout } from 'nextra/components';
import { Tabs } from 'nextra/components';

# Using Signals

<Callout type="warning">
This is currently only available in the [development
version](/docs/installation#development-version) of CommandKit.
</Callout>

Signals are a way to add states and basic reactivity to your commands. It is similar to SolidJS signals.

## Creating a signal
Expand Down