AtlantaBot icon indicating copy to clipboard operation
AtlantaBot copied to clipboard

How to add a two owners in config.js

Open kolekcjo1ner opened this issue 3 years ago • 2 comments

owner: {
	id: ["826771454691377195","837384989187637298"], // The ID of the bot's owner
},
not working

kolekcjo1ner avatar May 08 '21 16:05 kolekcjo1ner

It is because you have to modify the message event

zLuisTv avatar May 09 '21 03:05 zLuisTv

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)

Peter-MJ-Parker avatar Feb 04 '22 02:02 Peter-MJ-Parker