[BUG] Guild is not passed to a message when using a Context menu #1536
Labels
Content-Length: 214556 | pFad | http://github.com/interactions-py/interactions.py/issues/1536
3DFetched URL: http://github.com/interactions-py/interactions.py/issues/1536
Alternative Proxies:
Library Version
latest
Describe the Bug
The guild that a message command is used on is not defined (i.e.
ctx.target.guild
is None). Most of the time,ctx.guild
can be used instead for the user to work with but that means that some of the Message class features do NOT work as intended since the message acts as if it were written in DMs.For example: #1535 returns users even when used in a guild if the message was not previously cached.
Steps to Reproduce
Results:
Expected Results
Expected:
Minimal Reproducible Code
No response
Traceback
No response
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: