Cleanup edits for 2.1

This commit is contained in:
2023-06-27 21:20:32 +02:00
parent 83a97aeef0
commit c72aa1df67
8 changed files with 21 additions and 155 deletions

View File

@@ -9,9 +9,6 @@ from discord import User, errors, TextChannel, Forbidden
log = getLogger(__name__)
embed = discord.Embed()
class Admin(commands.Cog):
""" Admin Commands, Use at own risk. """
def __init__(self, bot):