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
Previously, this line caused guild-specific commands to not
execute in guilds with the applications.commands scope. In this case,
SlashContext.guild is None and SlashContext.guild_id has the guild id.
This appears to be a holdover from pre-1.0.9 when SlashContext.guild
represented either a guild or a guild id.
0 commit comments