Interaction Deferring #1892
-
Hello all, I'm running into an issue where deferring a command that will take a while is not returning a response. I'm attempting to use ctx.defer and ctx.followup.send and using this article for reference material: I'm attempting to find a specific user associated with the bot to find servers where patrons are to grant their servers extra commands, however the bot has grown in size and guild number so this presents a unique issue. Only I will have access to this command as you can see from the author id parameters, but as of now it's not returning a message. I'm aware this may not be the cleanest way to do this, any suggestions are welcome. My code so far is as follows:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I would like to add that this discussion category should not be used for help, rather, please join our Discord server for help instead. If you require further assistance please do the same. |
Beta Was this translation helpful? Give feedback.
discord.User
has amutual_guilds
attribute. You can use this instead.I would like to add that this discussion category should not be used for help, rather, please join our Discord server for help instead. If you require further assistance please do the same.