Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.2.0 (2023-05-08)

Features

  • commands: add status slash command (3dba617)
  • print app env at startup (af37fd5)
  • commands: add media playing commands throttling (1ba7f27)
  • api: add /stream route to get sound file stream (851e471)
  • api: add auth cookie middleware (ccc21d7)

Bug Fixes

  • fix broken slash commands (62eec13)
  • fix broken bot by updating dependencies (24cff7b)
  • throttling: add missing event register in play and random command (f30c6b1)
  • CONFIG_FILE env var type check (333fcfe)
  • config: write default config in file at startup (425f3f9)
  • delete commands on sync (8a61725)
  • api: fix returned status codes (958b996)
  • @discordjs/voice encryption library not found (4afb676)

Dependencies

  • update typescript package (0992218)
  • update body-parser package (cda722a)