Skip to content

Releases: HarryAllen1/sniper

v6.0.0

30 Aug 04:01
Compare
Choose a tag to compare

v5.1.3

22 Apr 22:20
Compare
Choose a tag to compare

What's Changed

  • Daily command removed
  • Snipe requester can now use unsnipe command

Full Changelog: v5.1.2...v5.1.3

v5.1.2

16 Feb 21:48
Compare
Choose a tag to compare

Features:

v5.1.1

06 Feb 19:10
Compare
Choose a tag to compare

Features

  • The timer command has been re-done.

Fixes

  • Updating the docs now reads the local copy of all-commands.json.

v5.1.0

05 Feb 05:49
Compare
Choose a tag to compare

Features:

  • Docs are now live at https://sniper-docs.web.app/
  • SquidGame command has been removed.
  • Remove chalk in favor of colorette
  • Remove teamseas commands
  • Change to ESBuild
  • Convert to monorepo

Known Issues

  • The timer command is being rewritten because of how inconsistent it was. It currently doesn't work.

Full Changelog: v5.0.0...v5.1.0

v5.0.0

05 Jan 01:21
Compare
Choose a tag to compare

This bot is primarily used for sniping messages, and since this update added quite a few features, it warrants a major release.

  • Sniper can now snipe embeds and attachments. Usage: $snipe embeds $snipe attachments. Sniper will sometimes snipe a different type of message if it doesn't find the one you are looking for.

Full Changelog: v4.1.0...v5.0.0

v4.1.0

28 Dec 19:27
Compare
Choose a tag to compare
  • Help command now also has a select menu 2a20dc0
    • InteractionCreateEvent.ts has been removed since all that code isn't ever used anymore, most of it has been moved to HelpCommand.ts for select menu support e0bafc1
  • Status changes on guild leave and join, not just on bot restart f24bee6
  • Presence intent was never used; just remove it since it is a privileged intent 4e27ce1
  • Date helper now just references ms (it was only used in the ping command anyways and it couldn't go above 24 hours) 175a23c, b2e555f
  • The old helpCommandHelper in registry.ts is just removed since it is no longer being used in InteractionCreateEvent.ts ea6f18f

Full Changelog: v4.0.1...v4.1.0

v4.0.1

17 Dec 03:49
Compare
Choose a tag to compare

Bot now never crashes (thanks zx package)
Bot now favors node-fetch over axios since it now uses ESM.

Full Changelog: v4.0.0...v4.0.1

v4.0.0

01 Dec 23:38
Compare
Choose a tag to compare

Start using Node ESM.

Full Changelog: v3.6.3...v4.0.0

v3.6.3

26 Nov 23:09
Compare
Choose a tag to compare

Move all types to one file

Full Changelog: v3.6.2...v3.6.3