open the llm up to everyone

This commit is contained in:
Luke Robles 2024-04-24 16:20:56 -07:00
parent deb082ed20
commit 03a7c986a9

View File

@ -142,10 +142,10 @@ async def fix_social_media_links(ctx):
@bot.event @bot.event
async def on_message(ctx): async def on_message(ctx):
if str(bot.user.id) in ctx.content: if str(bot.user.id) in ctx.content:
if ctx.author.id == core_utils.my_id: # if ctx.author.id == core_utils.my_id:
pass # pass
elif ctx.guild.id not in core_utils.my_guilds: # elif ctx.guild.id not in core_utils.my_guilds:
return # return
llm_rules = requests.get(core_utils.json_endpoint + "rules.json").json() llm_rules = requests.get(core_utils.json_endpoint + "rules.json").json()