/lutu-discord-bot

The official repository for the lutu moderation bot. Features include dashboard, automod and more. Maintained by the original developer.

Primary LanguageJavaScriptMIT LicenseMIT

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.