Releases: thenorthsolution/Reciple
Releases · thenorthsolution/Reciple
1.5.5
Changes
- Added
getValue
method forMessageCommandOptions
- Update
MessageCommandOptions
methods
Full Changelog: 1.5.4...1.5.5
1.5.4
Changes
- Removed double check if the command is enabled
- Only show reply errors when debug mode is enabled
- Added optional prefix param in
RecipleClient#messageCommandExecute()
method - Store
MessageCommandValidatedOption[]
inMessageCommandOptions
class - get message command option method
MessageCommandOptions#get()
Full Changelog: 1.5.3...1.5.4
1.5.3
Changes
- Command builder's property
builder
has its own type - Catch errors when error message can't be sent
Full Changelog: 1.5.2...1.5.3
1.5.2
Changes
- Fixed
validateOptions
property of message command builder is ignored when validation options
Full Changelog: 1.5.1...1.5.2
1.5.1
1.5.0
Changes
- Fix
RecipleClient.config
is undefined for no reason - change
validVersion()
function name to more consistent nameisValidVersion()
- change
commandPermissions()
function name to more consistent namehasPermissions()
- added
ConfigCommandPermissions
interface - Message commands now checks for missing and invalid args if message options validation is enabled
- Message commands execute options now includes the given args via
options
property - Added new
RecipleClient.getMessage()
method
Full Changelog: 1.4.2...1.5.0
1.4.2
Changes
- Removed necessary intents for a normal bot by default
- Minor changes to
reciple
initialization - Update discord.js
13.8.1
Full Changelog: 1.4.1...1.4.2
1.4.1
Changes
- Allow usage of wildcards in ignored files eg,
*test.js
- Added reciple custom events to client
- Update some dev dependencies
Full Changelog: 1.4.0...1.4.1
1.4.0
Changes
- Removed the default value for
ignoredFiles
in config - Register Interaction commands asynchronously
- Breaking type changes
- added
addCommand
andaddModule
methods toRecipleClient
- Change config path via
-c <path>
or--config <path>
flags
Full Changelog: 1.3.3...1.4.0