Skip to content

7.0.0

Compare
Choose a tag to compare
@naseif naseif released this 03 Sep 15:18
· 256 commits to main since this release
  • de1bf8b: [Edit] Edited the README and added new commands into the table! | (@naseif)
  • 9ab51a0: [New] Added whatanime command that takes an image link as input and returns the anime name after scanning | (@naseif)
  • 21b1cff: [New] Added new waifu command | (@naseif)
  • f9a9310: [New] Added new hug command | (@naseif)
  • 22c526b: [New] Added new highfive command | (@naseif)
  • f0b081b: [Enhancement] removed unnecessary stuff from embeds | (@naseif)
  • d4788b9: [Enhancement] Added Anime option for categories | (@naseif)
  • 3166d97: [New] Added new anime collection | (@naseif)
  • 5228692: [New] Added guildMemberAdd which triggers when a new user joins a server | (@naseif)
  • 98fd15e: [Enhancement] help message enhanced, removed the createReadMe require from index since its only for devs | (@naseif)
  • 6e5fdec: [Fix] guild.commands.set() does not execute properly (client has no more access) | (@naseif)
  • 15aaed9: [Enhancement] Rewrote the welcome message and mentioned some important things | (@naseif)
  • f446ea2: [New] Added welcome message when the bot joins a new guild | (@naseif)
  • 5f726fb: [New] Added commandsReadMe function to generate table markdown of all commands! | (@naseif)
  • 69cfb44: [Enhancement] various message fixes for embeds | (@naseif)
  • c1bdff0: [New] Readded GUILD_MEMBERS intent and added GUILD_BANS intent | (@naseif)
  • 7d695aa: [New] help command will now show commands by category or all available commands! | (@naseif)
  • a1e8cc4: [New] Categorized the commands groups, added new collection for each group | (@naseif)
  • e4b6039: [New] exported global findAndRequire function to loop through commands folders and require them | (@naseif)
  • 8098f82: [Enhancement] replaced repeated code with the new requestAPI function | (@naseif)
  • a931beb: [Enhancement] exported repeated api requests to a function, fixed a bug with insult when if a user is not mentioned it returns null | (@naseif)
  • cd24b28: [Bug] fixed automatic not working because the interaction.options does not allow a nullish value | (@naseif)
  • 57887b9: [Fix] Added error handling in case a channel with the given id does not exist, added automatic region option | (@naseif)
  • c86ad65: [Debug] From what I heard, discord/voice package is causing conflicts with the discord-player package, Therefor opusscript and discord/voice deprecated for testing purposes | (@naseif)