Skip to content

Commit

Permalink
[Discord] Improve uesp command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jul 29, 2023
1 parent 636a045 commit e1c021d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Discord/cogs/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,10 @@ async def startpage(self, ctx, *search: str):
f"(https://www.startpage.com/do/search?query={'+'.join(search)})"
)

@commands.group(description = "[UESP](http://uesp.net/wiki/Main_Page)",
invoke_without_command = True, case_insensitive = True)
@commands.group(
description = "[UESP](http://uesp.net/wiki/Main_Page)",
invoke_without_command = True, case_insensitive = True
)
async def uesp(self, ctx, *, search: str):
"""Look something up on the Unofficial Elder Scrolls Pages"""
try:
Expand Down

0 comments on commit e1c021d

Please sign in to comment.