mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-05 16:57:01 +00:00
chore: change to v!ig instead of "ig"
This commit is contained in:
@@ -11,7 +11,7 @@ export default discordEvent({
|
||||
async execute(message) {
|
||||
if (message.channel.id !== process.env.CHATGPT_CHANNEL) return;
|
||||
if (message.author.bot) return;
|
||||
if (message.content.includes('ig')) return;
|
||||
if (message.content.includes('v!ig')) return;
|
||||
|
||||
const systemMsg =
|
||||
"You are Vinci, a helpful Discord bot assistant which tries to answer all questions that your users ask. You MUST speak naturally, if you were texting somebody. Don't tell the user that you are an assistant as they already know. Markdown is supported, including headers, codeblocks, etc. You will also chat with spanish speaking users, so your responses MUST, without exception, be in the spanish language, including your responses down the line.";
|
||||
|
||||
2
index.ts
2
index.ts
@@ -64,7 +64,7 @@ client.on('ready', async () => {
|
||||
const statuses = [
|
||||
{ name: 'Minecraft', type: ActivityType.Playing },
|
||||
{ name: 'cómo escribe Javi', type: ActivityType.Watching },
|
||||
{ name: 'quinto libro when', type: ActivityType.Watching },
|
||||
{ name: 'sexto libro when', type: ActivityType.Watching },
|
||||
{ name: 'a Hermes', type: ActivityType.Watching },
|
||||
{ name: 'tus comandos', type: ActivityType.Listening },
|
||||
{ name: 'tu voz', type: ActivityType.Listening },
|
||||
|
||||
Reference in New Issue
Block a user