From 8786156963db3592034b850785c61ce38b4c77d6 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 22 Oct 2018 12:43:29 -0400 Subject: [PATCH] proper description --- qrinvite/qrinvite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrinvite/qrinvite.py b/qrinvite/qrinvite.py index 82343a7..405e325 100644 --- a/qrinvite/qrinvite.py +++ b/qrinvite/qrinvite.py @@ -14,7 +14,7 @@ Cog: Any = getattr(commands, "Cog", object) class QRInvite(Cog): """ - V3 Cog Template + Create custom QR codes for server invites """ def __init__(self, bot: Red):