From 0742497dc1561893a84e5572f7b99b298b7361a8 Mon Sep 17 00:00:00 2001 From: Juni Date: Mon, 11 Apr 2022 15:49:54 -0400 Subject: [PATCH] test --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()