Releases: Sheweny/framework
3.0.2
Version 3.0.2
Bug fixes in client options and in permissions.
Remove unused file and fixe events
Full Changelog: 3.0.0...3.0.2
Version 3.0.0
Version 3.0.0 is here !
The changelog is available on https://sheweny.js.org/guide/topics/V2-V3.html
The documentation is available on website https://sheweny.js.org
If you want the V2.0.0 documentation : https://sheweny.github.io/V2-website/
Version 2.1.8
Fix typing in commands for typescript users (only affect ContextMenuUser and ContextMenuMessage)
Version 2.1.6
- Fix typing in message commands (args no required)
Version 2.1.5
Fix typing in commands
Version 2.1.4
Fix typing in userMissingPermissions, clientMissingPermissions, and cooldownLimit events
Version 2.1.3
- Fix typing with
type
in commands (only for typescript) - Fix verifications types in events (conflicts)
- Fix arguments, options, aliases and defaultPermission properties when
type
property is missing
Version 2.1.0
Version 2.1.0
Add down cast support in structures for client.
Example :
export class YourCmd extends Command<CustomClient> {
constructor(client: CustomClient) {
// Some code...
}
}
Version 2.0.4
Version 2.0.4
This version fix typing in the structure for bots with an extend of class ShewenyClient
Version 2.0.3
Version 2.0.3
The new version 2.0.3 fix the handling of files in handlers with absolute path