DeltaCoderr / KarmaBot

🤖 A Multipurpose Discord Bot with a Music System & Utility commands used by 200K+ users!
https://karma.deltacoderr.repl.co
GNU General Public License v3.0
240 stars 197 forks source link

[4.0.0] - Discord.js v13 Refactor #89

Closed DeltaCoderr closed 2 years ago

DeltaCoderr commented 3 years ago

Since Discord.js v13 is out. I'll probably update the bot to v13 as well, as it brings in the implementation of Buttons and Slash Commands.

I made a separate branch for Djs-v13 so all the PRS will go in that branch and once approved, will be merged in the branch with the release of the 4.0.0 version

sujalgoel commented 3 years ago

ok!

SwarajBaral commented 3 years ago

Hey @DeltaCoderr can I chip in to contribute in this as well ?

DeltaCoderr commented 3 years ago

Hey @SwarajBaral, Do you mind joining the Discord. It would be convenient to talk with us there and discuss what changes we are going to implement.

SwarajBaral commented 3 years ago

Thanks @DeltaCoderr, I have joined the server.

Lebyy commented 3 years ago

On it!

guddu75 commented 3 years ago

Hey @DeltaCoderr I just learned how to make bot using discordJS v13 . Can i contribute ?

DeltaCoderr commented 3 years ago

Hey @DeltaCoderr I just learned how to make bot using discordJS v13 . Can i contribute ?

Most of the stuff is already done and merged by @sujalgoel. The only part remaining is the Music Commands which uses discord-player package.

DeltaCoderr commented 2 years ago

Update : The Djs-v13 branch didn't work out well, So I decided to shift on a completely new handler. It's a bit better compared to the last one and easier to understand with the Slash Commands Integration and has a Error Handler.