framework

✨ A framework to create discord bots with discord.js. Modular | Flexible | Powerful | Development | Interactions

MIT License

Downloads
134
Stars
48
Committers
5

Bot releases are hidden (Show)

framework - 3.0.2

Published by Smaug6739 almost 3 years ago

Version 3.0.2

Bug fixes in client options and in permissions.
Remove unused file and fixe events

Full Changelog: https://github.com/Sheweny/framework/compare/3.0.0...3.0.2

framework - Version 3.0.0

Published by Smaug6739 almost 3 years ago

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/

framework - Version 2.1.8

Published by Smaug6739 almost 3 years ago

Fix typing in commands for typescript users (only affect ContextMenuUser and ContextMenuMessage)

framework - Version 2.1.6

Published by Smaug6739 almost 3 years ago

  • Fix typing in message commands (args no required)
framework - Version 2.1.5

Published by Smaug6739 almost 3 years ago

Fix typing in commands

framework - Version 2.1.4

Published by Smaug6739 almost 3 years ago

Fix typing in userMissingPermissions, clientMissingPermissions, and cooldownLimit events

framework - Version 2.1.3

Published by Smaug6739 almost 3 years ago

  • 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
framework - Version 2.1.0

Published by Smaug6739 about 3 years ago

Version 2.1.0

Add down cast support in structures for client.

Example :

export class YourCmd extends Command<CustomClient> {
  constructor(client: CustomClient) {
    // Some code...
  }
}
framework - Version 2.0.4

Published by Smaug6739 about 3 years ago

Version 2.0.4

This version fix typing in the structure for bots with an extend of class ShewenyClient

framework - Version 2.0.3

Published by Smaug6739 about 3 years ago

Version 2.0.3

The new version 2.0.3 fix the handling of files in handlers with absolute path

framework - Version 2.0.2

Published by Smaug6739 about 3 years ago

Fix typing in index.d.ts (args optional param in message commands)

framework - Version 2.0.1

Published by Smaug6739 about 3 years ago

Fix bug with arguments of message commands.

Type rest return an array

framework - Version 2.0.0

Published by Smaug6739 about 3 years ago

Version 2.0.0 is here !

See changes in guide : https://sheweny.js.org/guide/topics/UpdatingFromV1toV2

Documentation : https://sheweny.js.org/doc

framework - Version 1.0.0-beta.3

Published by Smaug6739 about 3 years ago

Fix bug with commonjs syntax no load commands, events, handlers, buttons, select-menus and inhibitors