Skip to content

Commit

Permalink
feat: Use hybrid command
Browse files Browse the repository at this point in the history
as slash commands tend to take forever to actually show up
  • Loading branch information
GeckoEidechse committed Dec 28, 2024
1 parent 322b70c commit 203e9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper/cogs/doc_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class DocSearch(commands.Cog):
def __init__(self, bot: commands.Bot) -> None:
self.bot = bot

@commands.command()
@commands.hybrid_command()
async def docsearch(self, ctx, *, query):
query = query.replace(" ", "+")
# convert special characters to link friendly format
Expand Down

0 comments on commit 203e9ad

Please sign in to comment.