Add responseds for timed out people for llm
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
5ec7b9e8e4
commit
ead5b92fb0
@ -158,7 +158,12 @@ async def on_message(ctx):
|
||||
"http://dragon-bot-json.dragon-bot.svc.cluster.local/rules.json"
|
||||
).json()["disallowed_users"]
|
||||
):
|
||||
await ctx.delete()
|
||||
responses = [
|
||||
"You cant do that right now",
|
||||
"You cant use this feature right now",
|
||||
"You're on time out from this",
|
||||
]
|
||||
await ctx.respond(random.choice(responses))
|
||||
return
|
||||
|
||||
url = "http://192.168.1.137:1337/v1/chat/completions"
|
||||
|
Loading…
x
Reference in New Issue
Block a user