Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit d518239

Browse files
committed
Add shorter mention type
1 parent f6e0fc1 commit d518239

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_orangcbot/extensions/github.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def on_message(self, message: nextcord.Message):
6666
)
6767
if len(very_short_matches) > 0:
6868
for x in very_short_matches:
69-
pr_id = x.group(2)
69+
pr_id = x
7070
repo_owner = "is-a-dev"
7171
repo_name = "register"
7272
pr_list.append(
@@ -100,9 +100,9 @@ async def on_message(self, message: nextcord.Message):
100100
embed.set_footer(text="No other messages, even 'Please' or 'Thank you'.")
101101
await message.channel.send(embed=embed)
102102

103-
@nextcord.slash_command()
104-
async def gh(self, interaction: nextcord.Interaction) -> None:
105-
pass
103+
# @nextcord.slash_command()
104+
# async def gh(self, interaction: nextcord.Interaction) -> None:
105+
# pass
106106

107107

108108
def setup(bot: commands.Bot) -> None:

0 commit comments

Comments
 (0)