1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Rename admin cog

This commit is contained in:
wlinator 2024-04-12 12:20:25 +02:00
parent 19f05cd637
commit 48dea2b985

View file

@ -4,7 +4,7 @@ from discord.ext import commands, bridge
from modules.admin import award, sql
class BotAdmin(commands.Cog):
class BotAdmin(commands.Cog, name="Bot Admin"):
"""
This module is intended for commands that only bot owners can do.
For server configuration with Racu, see the "config" module.