chore: change to v!ig instead of "ig"

This commit is contained in:
2024-04-22 21:33:42 +02:00
parent 6307d94afb
commit c42e9bb0b6
2 changed files with 2 additions and 2 deletions

View File

@@ -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.";

View File

@@ -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 },