Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Remade all cogs descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
devbutlazy committed Jan 1, 2024
1 parent fe2296d commit 545f05c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/cogs/BackupsCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ async def backup_file(


class Backup(commands.Cog):
"""Backup commands"""
"""Commands to manage guild backup(s)."""

EMOJI = "<:category:1169684586666663999>"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/FunCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class Fun(commands.Cog):
"""Fun commands."""
"""Commands to help you waste your time."""

EMOJI = "<:created_at:1169684592006017034>"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/GiveawaysCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Giveaway(commands.Cog):
"""Commands that help you with giveaways."""
"""Commands to manage giveaways."""

EMOJI = "<:tada:1169690533719986297>"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/InviteTrackerCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class InviteTracker(commands.Cog):
"""Helper commands to set up invite a tracker system."""
"""Commands to set up invite tracker system."""

EMOJI = "<:link:1169685349409226893>"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/LoggerCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class Logger(commands.Cog):
"""Helper commands to setup logger."""
"""Commands to setup logging system."""

EMOJI = "<:list:1169690529643114547>️"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/ModerationCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class Moderation(commands.Cog):
"""Helper commands for server moderation"""
"""Commands to moderate your server."""

EMOJI = "<:hammer:1169685339720384512>"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/MusicCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def dc(self, _: disnake.ui.Button, interaction: disnake.MessageInteraction


class Music(commands.Cog, name="Music Commands"):
"""Music commands"""
"""Commands that help you to manage music."""

EMOJI = "🎶"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/PrivateRoomsCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class PrivateRooms(commands.Cog, name="Private Rooms"):
"""Private Rooms"""
"""Command to set up private rooms system."""

EMOJI = "🎶"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/SettingsCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def select_callback(


class Settings(commands.Cog):
"""Helper commands to set up the bot."""
"""Commands to fully customize the bot."""

EMOJI = "<:settings:1169685352114552922>️"

Expand Down
2 changes: 1 addition & 1 deletion src/cogs/UtilityCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class Utility(commands.Cog):
"""Utility commands"""
"""Commands to utilize the server."""

EMOJI = "<:globe:1169690501063123065>"

Expand Down

0 comments on commit 545f05c

Please sign in to comment.