Remove star command group as it is no longer needed
This commit is contained in:
parent
63594fc50f
commit
cf7e54f67b
1 changed files with 0 additions and 5 deletions
|
@ -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"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue