Skip to content

Releases: saiteja-madha/discord-js-bot

Version 3.1.1

11 Sep 14:55
62f2222
Compare
Choose a tag to compare

What's new

  • automod commands: strikes, action, debug
  • automatic strikes for violations
  • moderation logging !modlog

What's changed

  • mute schema is changed to modlogs-schema
  • all embed colors are now configurable in config.js
  • automodlog command is merged with new modlog command

Bugs fixed

  • userinfo slash cmd - fetchAvatar is not a function
  • fails to create muted role
  • sendMessage - Missing permission
  • ticket log channel setup fails
  • reaction role handler - cannot read id of null
  • reactionRemove - Unknown Channel
  • flag-translation is not working

Version 3.0.0

04 Sep 10:09
Compare
Choose a tag to compare

What's New

  • Slash commands base and support
  • Command Cooldown
  • New automod command: antiscam
  • New economy commands: deposit, withdraw
  • New owner command: eval

What's changed

  • Welcome & farewell have a default description
  • Invite tracking can now track temporary invites
  • Better anti-invite regex
  • messages count is not on cooldown
  • Gamble amount multiplier increased
  • Added default welcome and farewell message

What's fixed

  • automod.onMessageDelete(): guild not defined, unknown_message
  • Antiinvites doesn't work
  • Reaction role doesn't work
  • onMemberRemove thrown unknown_member
  • greeting messages not being sent for empty embed

Version 2.1.1

28 Aug 09:39
Compare
Choose a tag to compare

What's new

  • feature: translation by flags

Bug fixes

  • reaction roles being added to the message author instead of reacting user
  • automod handler throws Unknown Message API error
  • farewell preview doesn't work

Version 2.1.0

26 Aug 19:29
fa5c2f2
Compare
Choose a tag to compare

What's New

  • Member greeting feature
  • Reaction Roles
  • Userinfo command
  • Dashboard

Changes

  • invite schema return a lean() object
  • removed COUNTER cache size
  • minor embed styling

Bug fixes

  • check invite rewards was checking member id instead of inviter id
  • help command indentation

Version 2.0.0

22 Aug 19:17
c95de3e
Compare
Choose a tag to compare

What's New

  • invite tracking and invite commands
  • reputation command 24 hr cooldown
  • commands can now use id/name
  • database cache now holds plain js objects - lean()
  • minor embed styling
  • better-resolving members, roles & channels

Breaking changes

  • code refactor to src folder
  • mongo schemas updated and merged
  • config.json to converted to config.js
  • economy and rep commands are shared across guilds

Bug Fixes

  • bot count was updating for guilds without config
  • object undefined exceptions
  • command validation fixes
  • ticket close all showing incorrect member
  • Fixed command errors: channelinfo, botinvite, automodstatus, automodlog

Version 1.1.0

16 Aug 20:29
58ba671
Compare
Choose a tag to compare

Changelog

  • Upgraded discord.js to v13.1.0
  • Added ticket commands
  • Added reaction-based ticket handler

Version 1.0.0

10 Aug 08:20
dfd4730
Compare
Choose a tag to compare

Initial Release

  • Auto-moderation features
  • Channel counters
  • XP Handler
  • Various automod, economy, fun, image, information, moderation, social and utility commands