From be379b069e67c898cc68748cce750d46035bd384 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:09:01 -0700 Subject: [PATCH] lock sd to my servers --- app/cogs/actual_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index eead5eed..ffcd9b77 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -81,7 +81,7 @@ class ActualUtils(commands.Cog): @commands.has_role("stable-diffuser") @commands.slash_command( - guild_ids=None, + guild_ids=[826547484632678450, 152921472304676865], name="sd", description="Pass a prompt and optinal negative prompt to stable diffusion", )