Skip to content

Releases: DisQada/HalfBot

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 04:23

2.0.0 (2023-09-25)

Bug Fixes

  • discordbot: use the correct function (ab6c18c)
  • logger: include deployment in bot logs (c72b02a)
  • style: remove this (d63b83f)

Build System

  • @disqada/pathfinder: upgrade to the next major version (c17a5c0)
  • dotenv: removed dependancy (046f979)

Code Refactoring

  • botinfo: change object structure (5c8ba7d)
  • botinfo: rename BotInfo to BotConfig (3600d8c)
  • botinfo: replace BotInfo class with object (929ed6d)
  • botstyle: replace BotStyle class with functions (1b13403)
  • BotVars: replace BotVars calss with object (c3f2f9d)
  • importer: delete Importer (0170bc3)
  • style: merge 3 functions into one (7df1bbb)
  • vars: delete DiscordBot.vars (820ac39)

Features

  • asembed: export textToEmbed as asEmbed (5a011f5)
  • colour: replace Colour class with functions (9b7e1a5)
  • command.data: add ability to skip defer or ephemeral it (e418204)
  • data/: inject all JSON files inside data folder (7ca46d5)
  • replace Link class with functions (f224e5c)

BREAKING CHANGES

  • @disqada/pathfinder: @disqada/pathfinder upgraded to it's next major version
  • dotenv: dotenv is no longer a dependency
  • data/: Property config of DiscordBot class has been moved inside data property
  • botinfo: Property info inside DiscordBot class is renamed to config
  • vars: vars property inside DiscordBot class is deleted
  • style: applyTo, applyToEmbed and applyToEmbeds functions are replaced with applyStyle
    function
  • botstyle: BotStyle class is deleted, the style property inside DiscordBot class is deleted
    and applyTo... embeds now require the brand object as a second parameter
  • botinfo: BotInfo old properties are replaced with new ones
  • botinfo: BotInfo class is deleted
  • BotVars: BotVars class deleted
  • importer: Importer class deleted
  • colour: The Colour class doesn't exist anymore
  • Link class doesn't exist anymore

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 03 May 14:22

1.1.3 (2023-05-03)

Bug Fixes

  • logger: fix not logging valid modules (cfe0f7c)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Apr 11:07

1.1.2 (2023-04-29)

Bug Fixes

  • discordbot: better module path checking (c475a4a)
  • interactioncreate: replying if not deffered (792b718)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 01:44

1.1.1 (2023-04-24)

Bug Fixes

  • import: fix importing 'FilePath' from '@disqada/pathfinder' (9aa4d9d)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 12:08

1.1.0 (2023-04-23)

Features

  • logger: add Logger class and enums file (455b52f)
  • validation: add new validation check system to botcommand and botevent classes (d7c302d)

v2.0.0-beta.1

v2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Apr 16:39

2.0.0-beta.1 (2023-04-20)

Code Refactoring

  • info: rework botinfo and delete botvars (b706690)
  • style: make botstyle non-optional property (b99bff4)

BREAKING CHANGES

  • info: botvars is no longer avilable, and botinfo works in a different way
  • style: botstyle must be provided, else the bot won't work properly

v0.2.1

Choose a tag to compare

@Assayyaad Assayyaad released this 16 Mar 11:33

Bug fixes

  • Throwing error at bot's launch

0.2.0

Choose a tag to compare

@Assayyaad Assayyaad released this 15 Mar 05:16

Bug fixes

  • Colour

Features

  • BotInfo
  • BotVars

0.1.0

Choose a tag to compare

@Assayyaad Assayyaad released this 07 Mar 07:10

A basic functioning version of the tool.
The release includes bot running and deploying commands and events.