scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
543 stars 182 forks source link

add messages intent #142

Closed MaskDuck closed 2 years ago

MaskDuck commented 2 years ago

Rationale

I wanna know if my bot has enabled the brand new messages intent without looking into the code.

Summary of changes made

I added the line messages intent, this should be see in the jsk command.

Checklist

MaskDuck commented 2 years ago

It should return this using my jishaku: image (sorry i am using light mode lol)

JDJGInc commented 2 years ago

I would legit use this. I don't think there's a specific thing for message intent though

scarletcafe commented 2 years ago

Pretty sure this should be closed by https://github.com/Gorialis/jishaku/commit/85d9844957445a671266007828ba4f12f29ec362, but if some lib is specifically using intents.messages as opposed to intents.message_content let me know and I'll adjust stuff.