quick change to -coco emoji
This commit is contained in:
parent
a5982a8e8c
commit
af2f999368
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Galaxy(commands.Cog):
|
|||
|
||||
@coco.command(name="emoji")
|
||||
@checks.is_owner()
|
||||
async def coco_emoji_set(self, ctx, emoji: discord.Emoji):
|
||||
async def coco_emoji_set(self, ctx, emoji: discord.Emoji = None):
|
||||
"""Sets Coco's emoji."""
|
||||
if emoji:
|
||||
await self.config.guild(ctx.guild).cocotarget.set(emoji.id)
|
||||
|
|
Loading…
Reference in a new issue