mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
clean
This commit is contained in:
parent
1d3f789e8a
commit
969d526734
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ module.exports = {
|
|||
context.triggerTyping();
|
||||
if(!args.text) return editOrReply(context, createEmbed("warning", context, `Missing Parameter (text).`))
|
||||
|
||||
let prompt = 'You are a friendly chat bot designed to help people. You should always use gender neutral pronouns when possible.'
|
||||
if(args.prompt !== "") prompt = args.prompt
|
||||
|
||||
try{
|
||||
await editOrReply(context, createEmbed("ai", context, "Generating image..."))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue