This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
Releases: naticoo/framework
Releases · naticoo/framework
2.2.0
Additions:
- Slash command support
Changes:
- Switched to discordeno v12
- removed lexure
- Im not sure how lexure works and the implementation natico has removed every " and -
- prefixes are now handled better
Fixes:
- Client not being added to tasks
- id is now a getter
2.1.1
- Fixes
- fixed a bunch of types and export NaticoCommandUtil
commandUtil
- Additions
- message utils ( message.util.reply/send )
- Fixes
- Everything should be properly typed now except modules
2.0.1
feat(readme): Add a working example
2.0.0
- Changes
- Rename alot of things
before | after |
---|---|
command#required | removed |
command#permissions | command#UserPermissions |
nothing | command#clientPermissions |
ClientUtil | NaticoClientUtil |
command#disabled | removed |
command#required | removed |
1.3.1
- fixes
- remove a useless console.log
SubCommands
- Additions
- Subcommands view naticoo/examplebot for information about them
1.2.4
- Additions
- Default argument generators
- You dont have to create your custom argument type anymore
- Intents you must now set your own intents
- Default argument generators
1.2.3
- Custom type arguments work much better now
- More info about this in the examplebot repo
1.2.2
- Changes
- Imports are now more optimized
- Exporting discordeno now so you dont have to import it to prevent use of different discordeno version