Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.38 KB

README.md

File metadata and controls

57 lines (44 loc) · 2.38 KB

MIT Bitbucket open issues David node GitHub stars GitHub forks MIT forthebadge forthebadge forthebadge forthebadge

About

Lutu is an open source discord bot with a dashboard and alot of commands. No official instance is online anymore. Use any of the bots named Lutu at your own risk.

Special thanks to Zaydme for his contributions to the bot.

Maintenance

No new features are going to be implemented outside pull requests from people. All issues opened that require fixes will be fixed.

For help & support join MrAugu's Discord Server.

To support this and many other projects, become a patron.

Requirments

NodeJS - Optimal Version: v12.3.1

NPM - Optimal Version: v6.11.3

Git Command Line Interface - Optimal Version: v2.7.4

Installation

Open your terminal and type commands below.

cd Desktop
git clone https://github.com/MrAugu/lutu-discord-bot lutu-bot
cd lutu-bot
npm install

On your desktop a folder called lutu-bot will be created, open it.

Now open config.js file and set the required values.

To start bot use following command:

On Windows:

node index

On Linux:

sudo node index

sudo is required in order to bind your application to port 80.

Need help setting up config.js or starting bot?

For help & support join MrAugu's Discord Server.