Skip to content

9.0.0

Compare
Choose a tag to compare
@naseif naseif released this 05 Oct 10:44
· 160 commits to main since this release

Changes since 8.0.0:

  • Code refactored
  • Added prefix support for all commands. The bot now uses both events. (interactionCreate & messageCreate)
  • Added the ability to set custom prefix for each server. A mongodb is now needed to run the bot
  • Fixed bugs for some commands
  • Added new commands and added audio filters for best music experience

Commits since 8.0.0:

  • 1c8d92f: [update] added server name to the prefix messsage | (@naseif)
  • 93f0838: [Update] bump package version | (@naseif)
  • 9a402b4: [Update] With this commit all commands for this bot should be ready for use with prefixes as planned in #2. Some tests should be run on all commands. Closes #2 | (@naseif)
  • 4369cb7: [Update] fixed a typo in addrole and updated removerole | (@naseif)
  • eb61ca9: [Update] updates and various fixes and code improvements | (@naseif)
  • 7e15f45: [Update] updated commands and added prefix support | (@naseif)
  • e95687c: [Update] updated all commands in the anime category as planned in #2 | (@naseif)
  • 9df75a7: [Fix] updated all commands in the Fun category and fixed the 8ball command | (@naseif)
  • 340c184: [Update] with this commit all commands in the misc Category should be updated as planned in #2 | (@naseif)
  • a8e87c9: [Update] updated the permissions command | (@naseif)
  • a12dca4: [New] updated and fixed nickname command | (@naseif)
  • 85d8d86: [New] Added getGuildUser that parses the mention and returns the GuildUser class | (@naseif)
  • a69b758: [New] invite command now supports prefixes | (@naseif)
  • cf064de: [Enhancement] fixed some typos | (@naseif)
  • 66ed8a5: [Fix] fixed a bug where the avatar command would crash the bot if the user had no avatar | (@naseif)
  • 9567a8c: [New] Added getUserFromMention function that parses user mentions and returns the user constructor | (@naseif)
  • bff46cb: [Fix] Fixed seek command not working and stopping the song immediately after its execution, added prefix support | (@naseif)
  • 25d5942: [New] Added prefix support for 8ball and jokes commands | (@naseif)
  • 7e74504: [Fix] fixed some typos and spelling mistakes | (@naseif)
  • 1e7bae7: [New] With this commit all commands in the Music category should be supported with prefixes, everything worked as I planned in #2 | (@naseif)
  • 97bf3c1: [Fix] various fixes and improvements to the help and bassboost commnads | (@naseif)
  • 5311fe0: [Fix] Fixed help command crashing if one command has no aliases | (@naseif)
  • 3ce7d23: [Fix] fixed the guildAdd message | (@naseif)
  • 4443b0a: [Enhancement] Updated texts for clarification | (@naseif)
  • 79460ad: [Fix] Fixed disconnect command destroying the queue instead of just disconnecting! | (@naseif)
  • 63e36a2: [New] More updates to the music commands | (@naseif)
  • f8be8e8: [New] skip and stop work now with prefixes | (@naseif)
  • 6d617bf: [New] updated pause and queue to work with prefixes | (@naseif)
  • 406ad43: [New] updated lyrics and nowplaying | (@naseif)
  • 3c97bcf: [Fix] various fixes and updates to the commands | (@naseif)
  • a0fa318: [Enhancement] help command now shows if the command needs an argument and its other aliases too | (@naseif)
  • c7dd8e6: [Update] bassboost command now supports prefixes as well | (@naseif)
  • 35e7dac: [New] 24/7 Command support with prefixes | (@naseif)
  • a663522: [Enahncement] Added help command functionality with prefixes, it now also displays the usage of a command if available | (@naseif)
  • 085282f: [Enhancement] Changed folders names | (@naseif)
  • 8cd2844: [New] prefix support for the 8d filter command | (@naseif)
  • 72a8533: [Fix] Checking whether there is a queue when executing play caused the bot to answer twice, createQueue by default returns the existing queue if available | (@naseif)
  • c83e6e6: [New] Created setup command to set custom prefix for servers in the database | (@naseif)
  • 6e062ac: [New] Bot now checks if there is a custom prefix for the guild in the database | (@naseif)
  • d2540df: [New] Added play command functionality with messageCreate event, refactoring will be done later... | (@naseif)
  • 7d32943: [Update] added prefixRepository fucntion which has database methods | (@naseif)
  • 3a101e9: [Fix] documented connectDatabase for easy understanding | (@naseif)
  • aa56e1a: [Update] Use the logger function to log outputs, added mongourl to the config file | (@naseif)
  • c6fbbfe: [New] Bots now looks for a mongodb database and connects to it, NIY | (@naseif)
  • ed92fcc: [Update] Adding support for play comamnd with aliases | (@naseif)
  • 5506383: [Update] Now everything works again after code refactoring with @stho32 :D | (@naseif)
  • ac5e6d1: Merge pull request #5 from stho32/main | (@naseif)
  • 7999e21: [update] bind! :) | (@stho32)
  • d724d11: [Update] added event.run for messageCreate event | (@naseif)
  • 8beef0f: Merge pull request #4 from stho32/main | (@naseif)
  • 4c77d00: [update] removed redundant code for command discovery | (@stho32)
  • fa36e98: [Fix] Still not working because of Paths :P | (@naseif)
  • da0ea22: Merge pull request #3 from stho32/main | (@naseif)
  • 93646fb: [update] untested, but maybe a better way to organize the source | (@stho32)
  • fef1ec4: [update] move deploy-commands into the module directory for better code structure | (@stho32)
  • 33a7719: [Fix] some little spelling mistakes | (@stho32)
  • 285f008: [Fix] precommands collection not needed anymore thanks to @stho32 | (@naseif)
  • b164c4f: [New] Added new messageCreate event and started working on #2, theoretically I should be able to reproduce all the commands without having to create new file for each command | (@naseif)
  • 3cae372: Merge branch 'main' of https://github.com/naseif/Eyesense-Music-Bot | (@naseif)