reciple 7.1.0 → 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/static/config.yml CHANGED
@@ -1,104 +1,104 @@
1
- # The bot token
2
- # You can directly set the bot token as value or use token from env
3
- # To use token from env set the value like this:
4
- # token: env:TOKEN
5
- token: TOKEN
6
-
7
- # Commands Config
8
- commands:
9
- contextMenuCommand:
10
- # If false, the client will ignore this type of command when executed
11
- enabled: true
12
- # Enable user command cooldowns if available
13
- enableCooldown: true
14
- # Command register config
15
- registerCommands:
16
- # Allow commands to be registered globally
17
- registerGlobally: true
18
- # Allow commands to be registered a given guilds/servers
19
- registerToGuilds: []
20
- # If enabled, the client will accept replied interactions of this type
21
- acceptRepliedInteractions: false
22
- slashCommand:
23
- # If false, the client will ignore this type of command when executed
24
- enabled: true
25
- # Enable user command cooldowns if available
26
- enableCooldown: true
27
- # Command register config
28
- registerCommands:
29
- # Allow commands to be registered globally
30
- registerGlobally: true
31
- # Allow commands to be registered a given guilds/servers
32
- registerToGuilds: []
33
- # If enabled, the client will accept replied interactions of this type
34
- acceptRepliedInteractions: false
35
- messageCommand:
36
- # If false, the client will ignore this type of command when executed
37
- enabled: true
38
- # Enable user command cooldowns if available
39
- enableCooldown: true
40
- # String separator for command options
41
- commandArgumentSeparator: ' '
42
- # Command prefix
43
- prefix: '!'
44
- additionalApplicationCommands:
45
- # Command register config
46
- registerCommands:
47
- # Allow commands to be registered globally
48
- registerGlobally: true
49
- # Allow commands to be registered a given guilds/servers
50
- registerToGuilds: []
51
-
52
- # Application commands register config
53
- applicationCommandRegister:
54
- # Wether allow all application commands to be registered globally
55
- # This ignores their specific configs
56
- allowRegisterGlobally: true
57
- # Wether allow all application commands to be registered to guilds
58
- # This ignores their specific configs
59
- allowRegisterOnGuilds: true
60
- # Register empty command list
61
- registerEmptyCommands: true
62
-
63
- # Logger config
64
- logger:
65
- # Enables client logger
66
- enabled: true
67
- # Enables logger debug mode
68
- debugmode: false
69
- # Enables colored console logs
70
- coloredMessages: true
71
- # File file config
72
- logToFile:
73
- # Enables log file
74
- enabled: true
75
- # Sets the log file folder
76
- logsFolder: './logs'
77
-
78
- # Modules config
79
- modules:
80
- # Reciple modules folders
81
- # You can add multiple folders by adding the folder path or using glob patterns
82
- modulesFolders: ['./modules']
83
- # Excluded files or folders
84
- # You can add the file/folder name or use glob patterns
85
- exclude: []
86
- # If false, the client will still load unsupported modules
87
- disableModuleVersionCheck: false
88
- # Resolve files in modules folder with ".ts" file extension
89
- # This feature is experimental
90
- typescriptModules:
91
- enabled: false
92
- compilerOptions:
93
- target: ESNext
94
- module: NodeNext
95
-
96
- # Discord.js client options
97
- client:
98
- intents:
99
- - 'Guilds'
100
- - 'GuildMessages'
101
- - 'MessageContent'
102
-
103
- # Don't change this value
104
- version: ^VERSION
1
+ # The bot token
2
+ # You can directly set the bot token as value or use token from env
3
+ # To use token from env set the value like this:
4
+ # token: env:TOKEN
5
+ token: TOKEN
6
+
7
+ # Commands Config
8
+ commands:
9
+ contextMenuCommand:
10
+ # If false, the client will ignore this type of command when executed
11
+ enabled: true
12
+ # Enable user command cooldowns if available
13
+ enableCooldown: true
14
+ # Command register config
15
+ registerCommands:
16
+ # Allow commands to be registered globally
17
+ registerGlobally: true
18
+ # Allow commands to be registered a given guilds/servers
19
+ registerToGuilds: []
20
+ # If enabled, the client will accept replied interactions of this type
21
+ acceptRepliedInteractions: false
22
+ slashCommand:
23
+ # If false, the client will ignore this type of command when executed
24
+ enabled: true
25
+ # Enable user command cooldowns if available
26
+ enableCooldown: true
27
+ # Command register config
28
+ registerCommands:
29
+ # Allow commands to be registered globally
30
+ registerGlobally: true
31
+ # Allow commands to be registered a given guilds/servers
32
+ registerToGuilds: []
33
+ # If enabled, the client will accept replied interactions of this type
34
+ acceptRepliedInteractions: false
35
+ messageCommand:
36
+ # If false, the client will ignore this type of command when executed
37
+ enabled: true
38
+ # Enable user command cooldowns if available
39
+ enableCooldown: true
40
+ # String separator for command options
41
+ commandArgumentSeparator: ' '
42
+ # Command prefix
43
+ prefix: '!'
44
+ additionalApplicationCommands:
45
+ # Command register config
46
+ registerCommands:
47
+ # Allow commands to be registered globally
48
+ registerGlobally: true
49
+ # Allow commands to be registered a given guilds/servers
50
+ registerToGuilds: []
51
+
52
+ # Application commands register config
53
+ applicationCommandRegister:
54
+ # Wether allow all application commands to be registered globally
55
+ # This ignores their specific configs
56
+ allowRegisterGlobally: true
57
+ # Wether allow all application commands to be registered to guilds
58
+ # This ignores their specific configs
59
+ allowRegisterOnGuilds: true
60
+ # Register empty command list
61
+ registerEmptyCommands: true
62
+
63
+ # Logger config
64
+ logger:
65
+ # Enables client logger
66
+ enabled: true
67
+ # Enables logger debug mode
68
+ debugmode: false
69
+ # Enables colored console logs
70
+ coloredMessages: true
71
+ # File file config
72
+ logToFile:
73
+ # Enables log file
74
+ enabled: true
75
+ # Sets the log file folder
76
+ logsFolder: './logs'
77
+
78
+ # Modules config
79
+ modules:
80
+ # Reciple modules folders
81
+ # You can add multiple folders by adding the folder path or using glob patterns
82
+ modulesFolders: ['./modules']
83
+ # Excluded files or folders
84
+ # You can add the file/folder name or use glob patterns
85
+ exclude: []
86
+ # If false, the client will still load unsupported modules
87
+ disableModuleVersionCheck: false
88
+ # Resolve files in modules folder with ".ts" file extension
89
+ # This feature is experimental
90
+ typescriptModules:
91
+ enabled: false
92
+ compilerOptions:
93
+ target: ESNext
94
+ module: NodeNext
95
+
96
+ # Discord.js client options
97
+ client:
98
+ intents:
99
+ - 'Guilds'
100
+ - 'GuildMessages'
101
+ - 'MessageContent'
102
+
103
+ # Don't change this value
104
+ version: ^VERSION