Skip to content

Releases: saiteja-madha/discord-js-bot

Version 5.5.0

12 Feb 07:47
ca32242
Compare
Choose a tag to compare

What's changed:

  • bump up dependencies ee92064
  • logs dir is automatically created 825ce35
  • voice stats seconds is precisely calculated b1a3cc0

What's fixed:

Full Changelog: 5.4.0...5.5.0

Version 5.4.0

15 Jul 08:29
cb1018e
Compare
Choose a tag to compare

Changelog:

  • Updated from old to new usernames
  • @vitalets/google-translate-api (9.1.0 to 9.2.0)
  • discord.js (14.9.0 to 14.11.0)
  • dotenv (16.1.4 to 16.3.1)
  • enhanced-ms (2.2.0 to 2.3.0)
  • module-alias (2.2.2 to 2.2.3)
  • mongoose (7.2.2 to 7.3.4)
  • node-fetch (2.6.11 to 2.6.12)
  • pino (8.11.0 to 8.14.1)
  • pino-pretty (10.0.0 to 10.0.1)

Bug Fixes:

  • Fixed rank card username
  • Fixed greeting fields can't be deleted in dashboard
  • Fixed greeting fields not updating in dashboard
  • Fixed anti-massmention
  • Fixed null is not snowflake error
  • Fixed command usage
  • Fixed replit issues
  • Fixed suggestion null
  • Fixed Broken API links

New Contributors

Full Changelog: 5.3.0...5.4.0

Version 5.3.0

18 Apr 01:03
dd09fba
Compare
Choose a tag to compare

Changelog

  • added mongodb service to docker-compose
  • default mute timeout is now 24 hours
  • added few more loggers for debugging

Bug Fixes

New Contributors

Full Changelog: 5.2.0...5.3.0

Version 5.2.0

10 Dec 03:43
4853f25
Compare
Choose a tag to compare

Changelog:

  • Added color to /embed command
  • Added /lyrics command
  • Added thumbnail to now playing music
  • Upgrade discord.js from 14.6.0 to 14.7.1
  • Upgrade enhanced-ms from 2.1.1 to 2.2.0
  • Upgrade mongoose from 6.7.2 to 6.8.0
  • Updated dev dependencies

Bug Fixes:

New Contributors

Full Changelog: 5.1.0...5.2.0

Version 5.1.0

14 Nov 09:51
0588eea
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • Timeout command NaN is not a function #196
  • Spelling error in the api #211
  • Purge Command Bug #153
  • Unhandled Exception #233

Contributors

  • @River198 made their first contribution in #234
  • @Furrycality made their first contribution in #197

Full Changelog: 5.0.1...5.1.0

Version 5.0.1

26 Sep 22:29
14cef22
Compare
Choose a tag to compare

Bug Fixes

  • antiMassMention - slash command doesn't work ad84e2e
  • giveawayStart - fails if invalid host is provided 1a2d849
  • giveawaySetup - DiscordAPIError[50001]: Missing Access 34bd95e
  • automod - TypeError: Cannot read properties of null 1477a0a
  • guildCreate - Error [FetchOwnerId]: Couldn't resolve the guild ownerId to fetch the member 89638ff
  • ticket setup - DiscordAPIError[50013]: Missing Permissions 244a641
  • fixes - TypeError: this.safeSend is not a function 209bfdc
  • timeout - RangeError: Invalid time value 1d56207
  • added missing wait() function 804fe59
  • added example nodes configuration 0d42f86

Full Changelog: 5.0.0...5.0.1

Version 5.0.0

10 Sep 08:49
d12fcd9
Compare
Choose a tag to compare

Breaking Changes

  • upgrade to discord.js v14.
  • command classes are converted to plain JS Objects
  • contexts are converted to plain JS Objects
  • config.js structure is changed
  • major schema changes (Use "scripts" folder for migration)
  • utilities are moved to helpers folder
  • greeting and levelling variables are changed (Refer doc)

Changelog

  • profile command deleted
  • erela js events are moved into erelaHandler
  • modlog styling is changed
  • automod strikes logic has been updated (b2802b9)
  • discord-modals package replaced with default discord.js
  • nsfw command is removed
  • antiscam is renamed as antispam
  • added new react command endpoints
  • country-emoji-languages integration
  • all dependencies bumped up

Warning !!

  • The v4 database needs to be migrated before you can switch to v5 (Use scripts folder)

5.0.0-prerelease

31 Aug 22:56
Compare
Choose a tag to compare
5.0.0-prerelease Pre-release
Pre-release

Breaking Changes

  • upgrade to discord.js v14.
  • command classes are converted to plain JS Objects
  • contexts are converted to plain JS Objects
  • config.js structure is changed
  • major schema changes (Use "scripts" folder for migration)
  • utilities are moved to helpers folder
  • greeting and levelling variables are changed (Refer doc)

Changelog

  • profile command deleted
  • erela js events are moved into erelaHandler
  • modlog styling is changed
  • automod strikes logic has been updated (b2802b9)
  • discord-modals package replaced with default discord.js
  • nsfw command is removed
  • antiscam is renamed as antispam
  • added new react command endpoints
  • country-emoji-languages integration
  • all dependencies bumped up

Warning !!

  • The v4 database needs to be migrated before you can switch to v5 (Use scripts folder)
  • This is a pre-release and bugs are expected. Do not run this on your main bot until the final version is out
  • Feel free to test and report bugs in our discord

Version 4.3.0

31 Aug 23:40
Compare
Choose a tag to compare

What's new

  • update to discord.js v13.10.3
  • discord dashboard logging

Bug Fixes

  • fix roleString length e9a3b4d
  • typos in disconnect 64bc58d
  • untimeout doesn't work 9cdf2a8
  • ticket closeAll command not showing proper count 872bc3a
  • inviteRanks not working 5c18eef
  • Unavailable guild causing guildLeave event to be triggered bda3b41
  • erels.js music bug 2c871d9

Version 4.2.3

10 May 17:21
e0679ca
Compare
Choose a tag to compare

Bug Fixes