diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 40872be..5d1f758 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -47,7 +47,7 @@ class ReactQuote(commands.Cog): @commands.guild_only() @commands.command() - async def quote(self, ctx: commands.Context, *, query: str): + async def quote(self, ctx: commands.Context, *, query: str = ""): """Recall Random Quote""" # Your code will go here quotes = await self.config.guild(ctx.guild).quotes()