416rehman / splite

SPLITE - Discord Bot with Slash Command Handler and Endpoint Handler, supporting AI, Music, Moderation, and more!
GNU General Public License v3.0
104 stars 29 forks source link

Owners #10

Closed awgui closed 2 years ago

awgui commented 2 years ago

how can we get more than one owner to use the "owner only" commands? I tried:

{ "ownerId": ["6808104824585561636", "685831186545561636"] }

but it doesn't work like that... any suggestions on how it might work?

416rehman commented 2 years ago

Solved in 3b3457e9d638db9ac39904052765b57fc94d680d You can use the new extraOwnerIds array field in the config.json for this

awgui commented 2 years ago

worked, thx