We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f2454 commit 5566852Copy full SHA for 5566852
1 file changed
monty/exts/info/github/__init__.py
@@ -736,14 +736,6 @@ async def show_expanded_information(
736
if not match:
737
return
738
739
- user_id = int(match.group("user_id"))
740
- if interaction.user.id != user_id:
741
- await interaction.response.send_message(
742
- "You cannot expand or collapse this GitHub issue as you did not request it.",
743
- ephemeral=True,
744
- )
745
- return
746
-
747
gh_resource = ghretos.parse_shorthand(f"{match.group('org')}/{match.group('repo')}#{match.group('number')}")
748
if gh_resource is None:
749
await interaction.response.send_message(
0 commit comments