Skip to content

Instantly share code, notes, and snippets.

@tehtnaz
Last active April 5, 2024 19:34
Show Gist options
  • Save tehtnaz/5e861ce468ea92b237e5f9eee9f10ac8 to your computer and use it in GitHub Desktop.
Save tehtnaz/5e861ce468ea92b237e5f9eee9f10ac8 to your computer and use it in GitHub Desktop.
Changelog from very early on in development
====07/30/2022=======================================
### soundbot v0.6.0 ("Comdr. Spammer") changelog: ###
=====================================================
New Commands:
- /now_playing (alias: /np)
- /attachment
- /replay
- /playtop
- /remove_dupes
- /shuffle
- /skipto (alias for /skip)
- /first
- /move
- /swap
- /remove_at
Changes to existing commands:
- /audio renamed to /link (could be renamed again)
- /load_playlist now has the "overwrite" option, by default it is false. If it is true, it will clear the queue before loading the playlist (old behaviour), otherwise it will not
- /search now shows 5 options which you can choose from
- /pause now toggles player pausing (/resume still can only resume the player)
- /queue now shows the amount of items in the queue
Internal Changes
- DMPermissions set to false
- Switched to SQLite3 instead of JSON storage
- Updated to discord.js v14
- /play switch statement separated into different function
- activities.txt now keeps track of when the bot goes offline
====06/30/2022=======================================
### soundbot v0.5.0 ("New Logo! Again!") changelog: ###
=====================================================
Major:
- Soundcloud support officially added
- /queue redesigned
- Added an official help documentation (listed above, available through /help)
- Stability vastly improved and also error messages are more precise
- Added Queue repeating (/repeat, song repeating has been renamed to /repeat_song)
Minor:
- Added /stop (clears queue and leaves the call)
- Simplified the usage of a few commands (no longer required to be connected on /)
- /start renamed to /join (/start is still an alias)
- /skip has been limited to 32 max
- All of the sounds in soundbot v0.1.0 have been added back to the soundboard
- Server Queues are now stored in collections (to improve ease of use in the code, marginal increase in performance)
====04/26/2022=======================================
### soundbot v0.4.0 ("v4") changelog: ###
=====================================================
Added:
- Youtube search query
- Youtube playlist loading capability
- The hottest embeds on the block
- server playlist saving / loading
Removed:
- ping command :(
- lots of bugs (now using proper typescript)
====02/11/2022=======================================
### soundbot v0.3.0 ("v3") changelog: ###
=====================================================
Added:
- Soundboard (yay its back!)
- Pausing / unpausing (finally!)
- Slash commands
- Ping command (Pong!)
Removed:
- Text commands (the old prefix no longer works, you must use slash commands)
- Playing audio attachments (you can still post the attachment then copy its link and play it)
Bug Fixes:
- Bot no longer crashes if you leave and it tries repeating
- Bot *shouldn't* crash if you try playing an invalid link
====10/02/2021=======================================
### soundbot v0.2.0 ("v2") changelog: ###
=====================================================
Added:
- Queues
- Skipping
- Repeating
Removed:
- Soundboard
====04/05/2021=======================================
### Initial soundbot release ###
- No changelog was ever made
- Kind of the "wild west" days in terms of the bot.
- Could only play sounds from a list of sounds then, it would respond with something for each sound
- So we've got a list of sounds... a soundBOARD... and a bot who plays from a soundboard is a soundBOT!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment