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 for KeyError: 'message' #64

Closed ugur-kurtulus closed 3 years ago

ugur-kurtulus commented 3 years ago

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

Checks

kiki7000 commented 3 years ago

Could you change res["d"]["type"] in (1, 2) to res["d"]["type"] == 3

ugur-kurtulus commented 3 years ago

Changed, tested.

Changed to res["d"]["type"] != 3 because of it being a return statement.