Skip to content

Commit

Permalink
[Enhancement] client given more access to retrieve info about guild m…
Browse files Browse the repository at this point in the history
…embers
  • Loading branch information
naseif committed Aug 30, 2021
1 parent 84787d0 commit befa891
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1,926 deletions.
44 changes: 24 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
# Changelog

## 4.0.0 (28/08/2021)
- 6fab157d06bc776d0390a39d9ddd83caf882fded: [New] Added an option to search for lyrics instead of searching only for the current song. Also added an if statment to check if there are parentheses in the current.title and slicing if found to improve automatic lyric search | (@naseif)
- fe51cb1a7360d40c54d597bef3e7baebacdb4993: [Enhancement] Deleted stop command since it destroys the queue, pause and resume are are a good replacement | (@naseif)
- 76c272970c4525d72c56fa2df407106635754165: [Fix] Fixed embed message not sending messages | (@naseif)
- 168ecb6c3cfb7863fc072416b115e986569d00f6: [Enhancement] Added another embed message for the play command (Ups!) | (@naseif)
- 303c4dae2d6e7acda745b25b8b78d60a6ef9cac5: [Fix] Removed github link from author embed property | (@naseif)
- e570aa8b45a8fc64e18f8cbd2ee1d2d2e69ff648: [Enhancement] Added embe messages for possible errors from play command | (@naseif)
- c428af42bad9ec8d263c6d218465db137cf68d61: [New] Added lyrics command which gets the lyrics for the current playing song | (@naseif)
- dff5e59c8995c9b61812af4516941835b3b710d4: [Enhancement] Added ytdl options for much faster audio playback | (@naseif)

- [New] Added an option to search for lyrics instead of searching only for the current song. Also added an if statment to check if there are parentheses in the current.title and slicing if found to improve automatic lyric search | (@naseif)
- [Enhancement] Deleted stop command since it destroys the queue, pause and resume are are a good replacement | (@naseif)
- [Fix] Fixed embed message not sending messages | (@naseif)
- [Enhancement] Added another embed message for the play command (Ups!) | (@naseif)
- [Fix] Removed github link from author embed property | (@naseif)
- [Enhancement] Added embe messages for possible errors from play command | (@naseif)
- [New] Added lyrics command which gets the lyrics for the current playing song | (@naseif)
- [Enhancement] Added ytdl options for much faster audio playback | (@naseif)

---

## 3.0.0 (28/08/2021)
- a5a1797eb772f935f1710dfc3ab2dbbd7ff9f85e: [New] Added 8ball command ;) | (@naseif)
- 4abcc66d14664041a4a09afc53e51ef23f8dd1d9: [New] Added removerole command (only works for users with ADMINSTRAITOR flag!) | (@naseif)
- 38fea596129915bcab6fee57ef1546fa50505348: [New] addrole command adde (Works only with users who have ADMINISTRATOR flag!) | (@naseif)
- 9aa41be0392f8fe38061e5552dfa4270ebde8f98: deprecated opusscript and replaced it with @discordjs/opus for better performance,, added zlib-sync for much faster websocket connections | (@naseif)
- 501e6f0703ec5d26a6295c2af1f3ddc1285f42bc: [New] Added guildCreate event which triggers commands registering when the bot joins a new server | (@naseif)
- 5cd20c8163fd9bbf08de194eb3438eb1428b3ee9: [Debugging] Seek command not working as excepted | (@naseif)
- d16d5b200467e2518c3c35e0e15167c04f45c6d0: [New] Added get user Avatar command | (@naseif)
- 1215fe46580dd184316d5add742a25dbe85b6578: [New] Added deleteMessages command | (@naseif)
- 1526725297c2343d0dddbf6233804d13b34b2bea: [New] Added kick member command | (@naseif)
- eedcb010286acd2e0e451b977268522aac0c0eb5: [New] Added ban user command | (@naseif)
- 90b3ee3af8ce880c0adc9dc34443d8221792001b: [New] Added ping command! | (@naseif)
- e303924d9a4baf130bc41284bdda40f46498e45c: [New] Added new funny commands | (@naseif)

- [New] Added 8ball command ;) | (@naseif)
- [New] Added removerole command (only works for users with ADMINSTRAITOR flag!) | (@naseif)
- [New] addrole command adde (Works only with users who have ADMINISTRATOR flag!) | (@naseif)
- deprecated opusscript and replaced it with @discordjs/opus for better performance,, added zlib-sync for much faster websocket connections | (@naseif)
- [New] Added guildCreate event which triggers commands registering when the bot joins a new server | (@naseif)
- [Debugging] Seek command not working as excepted | (@naseif)
- [New] Added get user Avatar command | (@naseif)
- [New] Added deleteMessages command | (@naseif)
- [New] Added kick member command | (@naseif)
- [New] Added ban user command | (@naseif)
- [New] Added ping command! | (@naseif)
- [New] Added new funny commands | (@naseif)

---

## 2.0.0 (26/08/2021)

- [[Fix] fixed embed messages not being sent because they are empty](https://github.com/naseif/Eyesense-Music-Bot/commit/7f227c1b76a7ffe3eeb3cd2ad470040133468ae4) - @naseif
- [[Update] updated all commands embed messages](https://github.com/naseif/Eyesense-Music-Bot/commit/3337541158691ede7dc7a008e2a2a1e7ec00a905) - @naseif
- [[New] Added embedMessage Function to return embed template instead of bloating command files, replaced embed objects with the function](https://github.com/naseif/Eyesense-Music-Bot/commit/b2e872b49cfebbb94d01e6719f761e91942a964a) - @naseif
Expand All @@ -40,6 +43,7 @@
---

## 1.0.0 (26/08/2021)

- [error handling for the stop command](https://github.com/naseif/Eyesense-Music-Bot/commit/dd6656ec64074ac0fa8f635814a7a3c979103a1c) - @naseif
- [Initial commit](https://github.com/naseif/Eyesense-Music-Bot/commit/f3de5f79e08f191d11e6f2866d00df1ed0089a24) - @naseif
- [Initial commit](https://github.com/naseif/Eyesense-Music-Bot/commit/f7b70e2190721f87131ec64354b386bcefa2313c) - @naseif
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { Client, Collection, Intents } = require("discord.js");
const { token } = require("./config.json");
const client = new Client({
intents: [
Intents.FLAGS.GUILD_MEMBERS,
Intents.FLAGS.GUILDS,
Intents.FLAGS.GUILD_MESSAGES,
Intents.FLAGS.GUILD_VOICE_STATES,
Expand Down
Loading

0 comments on commit befa891

Please sign in to comment.