AtlantaBot
AtlantaBot copied to clipboard
How to add a two owners in config.js
owner: {
id: ["826771454691377195","837384989187637298"], // The ID of the bot's owner
},
not working
It is because you have to modify the message event
owner: { id: ["826771454691377195","837384989187637298"], // The ID of the bot's owner }, not working
I got it working by creating a new function within the message event and adding one line of code to the base/Atlanta.js file. If you want the code, DM me. (Discord: marve1icious#4986)