Releases
14.0.0
naseif
released this
08 Dec 13:51
Changes since 13.0.0:
Various fixes and improvements
Fixed the following commands causing crashes: [8ball
, queue
, lyrics
]
Added progressbar to the nowPlaying
command
Fixed a bug with delrole
command where it was not responding after name change
Fixed ban
, kick
and unban
commands crashing if a reason was not provided!
addrole
and delrole
now can take userid, mention or name as input!
bumped discord-player to the latest stable version.
Deleted helpers files and replaced them with my own devtools-ts
npm package to reduce code in the repo.
Commits since 13.0.0:
4286abf : Refactored code and removed the require lines of the old files | (@naseif )
31aa8e9 : Deleted unnecessary files since we are going to use devtools-ts
instead | (@naseif )
2f297ec : Added my devtools-ts
to reduce code in the repo | (@naseif )
b5b43b1 : [Update] added commands list hyperlink | (@naseif )
750a900 : [New] Added Commands.md | (@naseif )
a67d7a7 : [New] added spotifyBridge
property to the queue options | (@naseif )
54334f3 : [Enhancement] edited commandsReadMe function to take second parameter | (@naseif )
ddf28a7 : [Update] bumped discord-player version | (@naseif )
ebb8aaa : [Fix] fixed guildMemberAdd and guildMemberRemove not triggering! | (@naseif )
675f982 : [Fix] fixed guild events | (@naseif )
92608a7 : [Fix] looks like client.guilds.cache.size
does not update after bot start, which makes it useless | (@naseif )
46d8f12 : [Fix] fix play command not working with users without avatar | (@naseif )
d6c7bbc : [Hotfix] revert last changes since they are causing problems with interactions | (@naseif )
4244d16 : [Fix] I really gotta stop forget to return from the function!! xD | (@naseif )
c9eda8f : [Enhancement] music embeds are now sent through the player events | (@naseif )
063bb47 : [Enhancement] No need to loop through the guilds list to get the size anymore | (@naseif )
23f000d : [Update] bumped discord.js version | (@naseif )
153f3c2 : [Experiment] added Internal sharding option for testing | (@naseif )
2c52592 : [New] Added progressbar to nowplaying
command | (@naseif )
a8a3f7b : Fixed a typo, ups! | (@naseif )
b0a759e : [Fix] updated usage info after commands name change for leavechannel
and welcomechannel
| (@naseif )
6a2e3c1 : [Fix] return after changing the nickname! | (@naseif )
34b3fa9 : [Fix] fixed unban
command crashing if a reason was not provided! | (@naseif )
756c16e : [Enhancement] addrole
command now can take role mention, name or id! deleted useless code from the interaction function | (@naseif )
2d41190 : [Fix] enhanced delrole
command. Now it can take role name, id or mention! | (@naseif )
39e0675 : [Fix] print all command including the interaction only commands (region, regionbyid) | (@naseif )
7f8bcb4 : [Fix] fixed ban
command crashing if no reason was provided! | (@naseif )
0ec3b63 : [Fix] fixed kick
command crashing if no reason was provided! | (@naseif )
b01abc5 : [Enhancement] Various fixes for commands, print the messagecreate commands names and not the interaction! | (@naseif )
b543640 : [Fix] Deleted removerole.js | (@naseif )
e2dfa54 : [Fix] fixed delrole
not responding | (@naseif )
5b19d81 : [Experiment] testing the audio playback speed with medium settings | (@naseif )
4ba11c7 : [Fix] fixed queue
and lyrics
crashing the bot if the text in embed was bigger than 4096. Added docs for play
| (@naseif )
b3956fb : [Fix] deleted a typo in the help command | (@naseif )
5d2656e : [Enhancement] Updated the help message | (@naseif )
4a46129 : [Enhancement] various fixes for the music commands | (@naseif )
4e19fe3 : [Enhancement] Deleated repeated code in playskip
| (@naseif )
b1905fd : [New] Added interaction functionality for playlist
command | (@naseif )
1df6eda : [Enhancement] wrapped the play command in a class | (@naseif )
b1c0e28 : [Fix] fixed 8ball
command | (@naseif )
c409cc6 : [Enhancement] Show configured message in the embed message | (@naseif )
eddbb25 : [Fix] fixed welcome
and leave
not checking userinput when removing existing custom channel in the database | (@naseif )
You can’t perform that action at this time.