From 0b4a70b104111a3f3c134a53788207c63d47b6c7 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:45:04 -0700 Subject: [PATCH] Sd is free for everyone --- app/cogs/actual_utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index bfddb34a..1f4506e5 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -68,9 +68,9 @@ class ActualUtils(commands.Cog): @commands.command(name="sd") async def sd(self, ctx: commands.Context, *, prompt): - if ctx.message.author.id != 144986109804412928: - await ctx.send("Sorry, this is a paid dale-bot feature") - return + # if ctx.message.author.id != 144986109804412928: + # await ctx.send("Sorry, this is a paid dale-bot feature") + # return import stable_diffusion