Dino1
Dino1
DIAdiscord.js - Imagine an app
Created by Dino1 on 7/17/2023 in #djs-questions
Would allocating functionality to separate bots increase performance
I don't fully understand the performance of discord.js, but I have a bot that controls the project management aspect of a discord server. I want to add functionality that will measure discord message counts and content using the messageCreate event handler. On every event it will query the database and parse the content. Im afraid this will affect the performance of the bot. Should I just create a separate bot to run the message event handling.
4 replies