aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/stackoverflow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/stackoverflow.py b/bot/exts/evergreen/stackoverflow.py
index 2a4b5f88..54b6555d 100644
--- a/bot/exts/evergreen/stackoverflow.py
+++ b/bot/exts/evergreen/stackoverflow.py
@@ -14,7 +14,7 @@ class Stackoverflow(commands.Cog):
def __init__(self, bot: commands.Bot):
self.bot = bot
- @commands.command(name="stackoverflow", aliases=["so"])
+ @commands.command(aliases=["so"])
@commands.cooldown(1, 15, commands.cooldowns.BucketType.user)
async def stackoverflow(self, ctx: commands.Context, *, search_query: str) -> None:
"""Sends the top 5 results from stackoverflow based on a search query."""