mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-05 16:57:01 +00:00
fix: v ig on thread
This commit is contained in:
@@ -9,7 +9,7 @@ export default discordEvent({
|
||||
const thread = message.channel as ThreadChannel
|
||||
if (thread.parentId !== process.env.CHATGPT_CHANNEL) return;
|
||||
if (message.author.bot) return;
|
||||
if (message.content.includes('ig')) return;
|
||||
if (message.content.includes('v!ig')) return;
|
||||
|
||||
try {
|
||||
await thread.sendTyping()
|
||||
|
||||
Reference in New Issue
Block a user