You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cannot differentiate between what bots the slash commands originate from
Reproduction Steps
attempted to get the application attribute while passing applications=True kwarg
tried with commands in a group & commands not in a group, couldnt get the application snowflake,
also i tried submitting application=snowflake_id kwarg, but got an error
then I tried making an empty object with the snowflake as an attribute id
obj.id = snowflake_id
application =obj
but that also gave an error
expedcted to see the snowflake of the bot querying the results
good if there is multiple bots with the same command allowing us to distinguish between them
Summary
cannot differentiate between what bots the slash commands originate from
Reproduction Steps
attempted to get the application attribute while passing applications=True kwarg
tried with commands in a group & commands not in a group, couldnt get the application snowflake,
also i tried submitting application=snowflake_id kwarg, but got an error
then I tried making an empty object with the snowflake as an attribute id
obj.id = snowflake_id
application =obj
but that also gave an error
Code
Expected Results
expedcted to see the snowflake of the bot querying the results
good if there is multiple bots with the same command allowing us to distinguish between them
Actual Results
None
System Information
attempted on both windows pc and linux vps
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: