You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can contribute by forking this repo, [click here](https://github.com/raspdevpy/ccdoc/fork), modify the changes, then Pull request.
3
+
:::tip Important: Read This First!
4
+
To get the most out of Custom Command Bot and avoid confusion, we highly recommend reading this guide in its entirety. Understanding the concepts presented here will make creating and managing custom commands much easier.
5
+
:::
6
6
7
-
# How to run?
7
+
## What is Custom Command Bot?
8
+
9
+
Custom Command Bot empowers you to create fully customizable commands for your Discord server. It's a versatile tool suitable for both experienced developers and beginners who want a simple and effective way to enhance their server's functionality.
10
+
11
+
### How Do Custom Commands Work?
12
+
13
+
As the name suggests, custom commands are entirely customizable! You have the flexibility to define almost any action that a Discord bot can perform, tailored to your specific needs.
14
+
15
+
### Do I Need Coding Experience?
16
+
17
+
No coding experience is required! Custom Command Bot uses an easy-to-learn pseudo-language designed specifically for straightforward Discord bot development.
18
+
19
+
## Inviting the Bot to Your Server
20
+
21
+
Adding Custom Command Bot to your server is a breeze. Just follow these simple steps:
22
+
23
+
1.**Invite the Bot:** Click [this link](https://discord.com/api/oauth2/authorize?client_id=725721249652670555&permissions=268561655&scope=bot) to invite the bot to your server.
24
+
25
+
> 
26
+
27
+
:::details Permissions
28
+
We recommend keeping all the preset permissions during the invitation process. This will prevent future issues caused by the bot lacking necessary permissions. If you have security concerns, please refer to our Privacy Policy accessible via [this link](https://doc.ccommandbot.com/Guide/policy.html).
29
+
> 
30
+
:::
31
+
32
+
2.**Log in to the Dashboard:** Go to the [Dashboard](https://ccommandbot.com) and log in.
33
+
34
+
> 
35
+
36
+
3.**Select Your Server:** Choose the server you want to manage from the dashboard.
37
+
38
+
> 
39
+
40
+
## Creating Your First Custom Commands
41
+
42
+
With the bot successfully added to your server, you're now ready to unleash your creativity and build your own custom commands!
43
+
44
+
Head over to [the full guide](../Guide/1.create.md) to learn how to create your first command.
45
+
46
+
# How to run
47
+
48
+
## Without Docker
8
49
Required: Node 18.x, npm
9
50
10
51
1. run `git clone https://github.com/raspdevpy/ccdoc`
11
52
2. run `npm install`
12
53
3. run `npm run dev`, and head to `https://localhost:8080`
54
+
55
+
## With Docker
56
+
If docker and docker compose is installed in your system
57
+
58
+
1. run `git clone https://github.com/raspdevpy/ccdoc`
The bot count is retrieved from the bot's cache, not directly from the Discord API. This means the count might not be perfectly accurate, especially if all server members haven't been fully cached. Full caching is typically achieved at higher bot tiers (Tier 5).
26
+
:::
27
+
28
+
##### Function Difficulty: <Badgetype="tip"text="Easy"vertical="middle" />
0 commit comments