Remove star command group as it is no longer needed

This commit is contained in:
Zeva Rose 2022-09-09 22:27:37 -06:00
parent 63594fc50f
commit cf7e54f67b

View file

@ -260,11 +260,6 @@ class StarboardCog(Extension):
async def _star_message(self, ctx: InteractionContext) -> None: async def _star_message(self, ctx: InteractionContext) -> None:
await self._star_add(ctx, message=str(ctx.target_id)) await self._star_add(ctx, message=str(ctx.target_id))
star = SlashCommand(
name="star",
description="Manage stars",
)
def setup(bot: Client) -> None: def setup(bot: Client) -> None:
"""Add StarboardCog to JARVIS""" """Add StarboardCog to JARVIS"""