Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Releases: naticoo/framework

2.2.0

10 Jul 07:09
Compare
Choose a tag to compare

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

19 Jun 19:21
Compare
Choose a tag to compare

  • Fixes
    • fixed a bunch of types and export NaticoCommandUtil

commandUtil

19 Jun 18:00
Compare
Choose a tag to compare

  • Additions
    • message utils ( message.util.reply/send )

  • Fixes
    • Everything should be properly typed now except modules

2.0.1

14 Jun 13:39
Compare
Choose a tag to compare
feat(readme): Add a working example

2.0.0

14 Jun 13:13
Compare
Choose a tag to compare

  • 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

14 Jun 13:10
Compare
Choose a tag to compare

  • fixes
    • remove a useless console.log

SubCommands

12 Jun 18:40
Compare
Choose a tag to compare

  • Additions
    • Subcommands view naticoo/examplebot for information about them

1.2.4

11 Jun 20:56
Compare
Choose a tag to compare

  • Additions
    • Default argument generators
      • You dont have to create your custom argument type anymore
    • Intents you must now set your own intents

1.2.3

11 Jun 12:42
Compare
Choose a tag to compare

  • Custom type arguments work much better now
    • More info about this in the examplebot repo

1.2.2

10 Jun 18:41
Compare
Choose a tag to compare

  • Changes
    • Imports are now more optimized
    • Exporting discordeno now so you dont have to import it to prevent use of different discordeno version