Lawin0129 / LawinServerV2

LawinServer V2 is a fortnite backend written in Node.js that features an account system and xmpp.
GNU General Public License v3.0
106 stars 69 forks source link

How to use without discord? #112

Closed Ucda1212 closed 4 months ago

Ucda1212 commented 4 months ago

I try to keep away for personal reasons, is there any way to get it without Discord?

xLoigi commented 4 months ago

You would need to make a way to interact with it (creating accounts, getting details, ...) but if you have that you can just comment out line 59 in index.js and the bot will no longer be used.

Ucda1212 commented 4 months ago

Thanks! If that's all I need to make it work, I'll mark this as closed.

xLoigi commented 4 months ago

No problem, that should be all you need to do.

Ucda1212 commented 4 months ago

Thanks, it works