wasi-master/vscode-discord.py-snippets

Update snippets to conform to discord.py==2.1.0

Closed this issue · 1 comments

I've noticed certain commonly used snippets like !cog will need to be updated so that the entry function and it's contents are async as per the new changes, there may also be other discrepancies in other snippets.

What is the stance on this? I'm more than happy to go through the snippets that I know at the moment and prepare a PR if needed.

I haven't released/uploaded a version with your previous PR yet so you can update anything you want and create a new PR and I'll merge and release that instead

I have not used discord.py 2.1.0 yet so I don't know what needs to the changed :(