QOL Updates

This commit is contained in:
Marco Thomas
2021-03-03 17:44:47 +01:00
parent e14a1ef2a3
commit 87bce0be57
12 changed files with 24 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
"""
Some help for the users
User help
"""
import discord
@@ -7,7 +7,6 @@ from discord.ext import commands
from __main__ import PREFIX
class Help(commands.Cog):
def __init__(self, bot):
self.bot = bot