woohyunjng / discord.py-components

An unofficial third-party library of discord.py for discord components.
https://devkiki7000.gitbook.io/discord-components/
MIT License
128 stars 43 forks source link

Create example_cog.py for people who want to use this package inside cogs. #48

Closed PythonSerious closed 3 years ago

PythonSerious commented 3 years ago

PR TYPE

Why did you open this PR (If it is other, please write a more detailed description.)

  • [ ] New feature

  • [ ] Fix bug

  • [ ] Typo

  • [x] Other

  • Added an example cog for people who want to use this in cogs. (based off of simple.py)

Checks

kiki7000 commented 3 years ago

Could you change spaces between lines 6, 9 to just two blank lines?

PythonSerious commented 3 years ago

Could you change spaces between lines 6, 9 to just two blank lines?

@kiki7000 Done!

kiki7000 commented 3 years ago

You can remove DiscordComponents(bot) in https://github.com/PythonSerious/discord.py-components/blob/master/examples/example_cog.py