lukaqueres / Frequency

Discord bot with features including: planning, administration, and music playing.
http://theplanbot.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

DISCORD.PY MIGRATE #33

Open lukaqueres opened 2 years ago

lukaqueres commented 2 years ago

Discord.py is migrating from v1 to v2.

Full docs & notes can be read in their website here.

I must say, I haven't read them all yet, but they may be crucial in case of use.

With no better time to migrate than refactor, please, someone, check if necessary packages are installed, and if there are better ways to do things that were done ( probably not ).

I may be fearing this change too much, but it may give new possibilities :P.

lukaqueres commented 2 years ago

Found discord.py examples, may be usefull: https://github.com/Rapptz/discord.py/tree/v2.0.1/examples

lukaqueres commented 2 years ago

There are slash commands https://gist.github.com/AbstractUmbra/a9c188797ae194e592efe05fa129c57f examples.

lukaqueres commented 2 years ago

May help: https://gist.github.com/Rapptz