Skip to content

Releases: NanoWorkspace/template

Paginator & Command Categories

31 Aug 18:57

Choose a tag to compare

Pre-release

Beta Release

You can now aspire to reasonable stability!

Change logs

  • Added a paginator class with a polyvalent divider system.
  • Added optional custom command categories.
  • Added example of paginator and divider system in src/commands/reactionRole.ts.

Pre-Beta Release

30 Aug 18:32

Choose a tag to compare

Pre-Beta Release Pre-release
Pre-release

Change logs

  • Added checking of bot permissions in src/events/commandHandler file.
  • Added custom events on src/app/Event.ts file.
  • Added features for command arguments parsing.
  • Fixed database errors with new client event "databaseReady" and new custom flag with the same name.
  • Added debug mode for fixing prefix conflicts.
  • Updated todo list (add some todo and remove some todo).
  • Fixed some other bugs...

Commands UX Update

30 Aug 13:26

Choose a tag to compare

Commands UX Update Pre-release
Pre-release

Change logs

  • Command arguments errors is more user friendly.
  • The Twitter webhook-checker now checks all embeds of a message.
  • Reaction Role command can now be list all instances in the server.

Dev Release Update

29 Aug 16:26

Choose a tag to compare

Dev Release Update Pre-release
Pre-release

Setup readme.md and package.json automations.

Priority Update

29 Aug 13:17

Choose a tag to compare

Priority Update Pre-release
Pre-release

Change logs

  • Priority issues between files are now fixed.
  • The handling of command arguments is also fixed.
  • Adding of new command: Ignore Manager

Nano-Config JSON Schema

28 Aug 09:44

Choose a tag to compare

Pre-release

What's new ?

New configuration file

You can now remove the "bot" key from your package.json, The bot configuration is now done in nano.config.json!
For setup it, open nano.config.json as Nano Config using nano.config.schema.json json-schema from your IDE.

New commands

  • reset (bot admin only) - delete the database and exit process of bot
  • search - multi search engine
  • kick, ban (permissions) - you now
  • clean (permissions) - delete messages on channel

New help-menu style for command arguments

image

New error-message for missing command arguments

image

Reaction-Role Sytem

27 Aug 03:12

Choose a tag to compare

Reaction-Role Sytem Pre-release
Pre-release

Change logs

  • Added command, events and app for reaction-role system.
  • Fixed command arguments parsing.
  • Ensure Enmap database.

Better Command Arguments

26 Aug 00:58

Choose a tag to compare

Pre-release

The types of command arguments can now be defined without calling the src/utils/types.ts file.
Please check the base commands modifications for more info.

Logs & Hard Typage

22 Aug 16:28

Choose a tag to compare

Logs & Hard Typage Pre-release
Pre-release

NanoTemplate v1.2.0 [alpha]

Hard Typage

Client custom events are now hard-typed class instances.

Logs

The console now displays beautiful logs!

Logs

Restructuration

21 Aug 19:30

Choose a tag to compare

Restructuration Pre-release
Pre-release

Bot commands are now class instances.