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):