class MilkyCatDMC(commands.Cog): def (self, bot): self.bot = bot

Here’s a ready-to-use Python code snippet for discord.py :

if user_id not in data: data[user_id] = {"milk": 0, "last_daily": None, "cat_name": f"{ctx.author.name}'s Cat"}

arrow