open the llm up to everyone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c1d276a11a
commit
2b24f78ced
@ -142,10 +142,10 @@ async def fix_social_media_links(ctx):
|
||||
@bot.event
|
||||
async def on_message(ctx):
|
||||
if str(bot.user.id) in ctx.content:
|
||||
if ctx.author.id == core_utils.my_id:
|
||||
pass
|
||||
elif ctx.guild.id not in core_utils.my_guilds:
|
||||
return
|
||||
# if ctx.author.id == core_utils.my_id:
|
||||
# pass
|
||||
# elif ctx.guild.id not in core_utils.my_guilds:
|
||||
# return
|
||||
|
||||
llm_rules = requests.get(core_utils.json_endpoint + "rules.json").json()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user