-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.ts
21 lines (20 loc) · 894 Bytes
/
mod.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import "./src/mod.ts"
/**
* Arguments
* +-----------------------------------------------+
* | Command Deployment |
* |-----------------------------------------------|
* | test | Deploy commands to test guild |
* | global | Deploy commands globally |
* | guilds | Deploy guild-exclusive commands |
* |-----------------------------------------------|
* | Logging |
* |-----------------------------------------------|
* | noClear | Don't clear console before running |
* | logDebug | Log debug messages to console |
* |-----------------------------------------------|
* | Interaction Check |
* |-----------------------------------------------|
* | noLimit | Bypass test channel/guild check |
* +-----------------------------------------------+
*/