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

Fix example_cog.py #62

Closed PythonSerious closed 3 years ago

PythonSerious commented 3 years ago

You removed the part that makes the discord-components hook and you also removed the import? Bruh

PR TYPE

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

  • [ ] New feature
  • [x] Fix bug
  • [ ] Typo
  • [ ] Other

Not having this fix causes: error

Checks

kiki7000 commented 3 years ago

Could you add the comment next to DiscordComponents(bot). The content "You can remove this if you have put `DiscordComponents(bot) on the on_ready event"

PythonSerious commented 3 years ago

Could you add the comment next to DiscordComponents(bot). The content "You can remove this if you have put `DiscordComponents(bot) on the on_ready event"

Alright i went ahead and added that comment!