Skip to content

Releases: h-projects/gasbot

4.1.0

26 Oct 20:11
db2f3f7
Compare
Choose a tag to compare

Bug Fixes

  • TOPGG_TOKEN is always optional (89b1581)

Features

4.0.2

01 Sep 12:55
e44e287
Compare
Choose a tag to compare

Refactor

  • switch to custom status (09a3eea)

4.0.1

01 Aug 10:29
0c274d4
Compare
Choose a tag to compare

Bug Fixes

  • detector: correctly log old nickname (3debfb9)
  • display changelog for 4.0 (12d4f17)
  • improve message permission checks (0e88cd3)

4.0.0

21 Apr 20:44
36fbe11
Compare
Choose a tag to compare

Refactor

  • convert to typescript (#112)

Bug Fixes

  • correctly mark deploy-dev as dev (34acef9)
  • detector: log and count without waiting for reply (3c476bc)

Full Changelog: 3.1.3...4.0.0

3.1.3

02 Sep 15:21
5551391
Compare
Choose a tag to compare

Refactor

3.1.2

25 Jun 12:14
d5ec652
Compare
Choose a tag to compare

Bug Fixes

  • detector: only count some chars as boundaries (cb79e7b)
  • logs: log detected nickname properly (dc34f62)

3.1.1

22 Jun 12:43
cf32d42
Compare
Choose a tag to compare

Bug Fixes

  • detector: support unicode in word boundary (3a2b549)
  • logs: only cut content on message type (e255c6c)

3.1.0

19 Jun 18:21
a456dcf
Compare
Choose a tag to compare

Bug Fixes

  • commands: return an error if it was thrown (d5f075f)
  • detector: return if the content only has whitespaces (4be1a1f)
  • detector: return if there is no clean nickname (9b358e4)
  • detector: use displayName instead of nickname (7dfebdd)
  • info: use correct invite link (d472e4b)
  • logs: handle messages over 1024 chars properly (586059c)
  • messageUpdate: handle partial fetching (2794264)
  • prefix: only check permissions when no prefix was provided (6e90853)

Features

  • add prefix slash command (8bdfb45)
  • add h slash command (3095625)
  • add hromomento slash command (f37c2d7)
  • add meme slash command (bd613bc)
  • add missing slash commands (e07e35d)
  • add tank slash command (e09b190)
  • command permissions v2 (28021d2)
  • logs: display detection level (a6cc641)

3.0.1

15 Oct 19:46
1510a90
Compare
Choose a tag to compare

Bug Fixes

  • add guild.available checking false (f2e44b8)
  • detector: only trigger logger and counter if the bot has MANAGE_MESSAGES permission (08c8d29)
  • detector: return if the reaction message was deleted (641c19a)
  • logs: don't return when there is not a log channel (d3078db)
  • logs: don't set to 2 when the count is not set (76cb992)
  • make replies don't return (a7352b1)
  • message: return if the bot doesn't have SEND_MESSAGES permission (2ec00ed)

Reverts

3.0.0

09 Oct 14:35
be6ac0d
Compare
Choose a tag to compare

Bug Fixes

  • add permissions check for logs (1db47ce)
  • channel can be null when checking permissions (2c3b268)
  • check for guild.available instead of guild.deleted (385e8c4)
  • components: correct variable name for permissions check (7312b85)
  • detector: bad letter in levelNames (b056a12)
  • detector: remove . from content (0cb3e09)
  • detector: return false when no content (f4b5831)
  • eslint errors (f119d88)
  • g-spy: add editable check (fa82db5)
  • help: rename config.owners to config.developers (d00f676)
  • message detector doesn't return true (aeb15e2)
  • readd id (93b1b93)
  • unintended eslint setting (5cee802)

Features

Reverts