Git Product home page Git Product logo

discord-log-bot's Introduction

dWdnY2Y6Ly9iY3JhLmZjYmd2c2wucGJ6L2dlbnB4LzVwc2tIZ1B4Y3hQVkVlWGxxVVhGb1kgcm90MTM=
6 28 15 26 15
{/__/}
( • . •)
/ > 🤍

Discord Log Bot

Total Views Last Commit

Need a help ?

Do you need a tutorial? Watch Youtube Video

If you need help, join the Discord server here

Contents

⭐・Star History
👑・Features
⚙・Config.json example
🔗・Required Links
🎈・Installation

⭐・Star History

Goal: / 512

⭐⭐⭐ You can also give this repository a star so that others know we're trusted!

Star History Chart

👑・Features

  • Assigns the logs of almost all mismatch events to the channel you set
  • Auto Installing Dependencies
  • Anti Crash
  • Multi Database Support
    • JSON
    • MYSQL
    • MONGODB

⚙・config.json example

{
    "bot": {
        "token": "xxx" / your discord bot token
    },
    "db": {
        "type": "x", / your preferred database type (json, mysql, mongodb)
        "mysql": {
            "MYSQL_HOST": "xxx", // fill this section if u preferred mysql
            "MYSQL_USER": "xxx", // fill this section if u preferred mysql
            "MYSQL_PWD": "xxx", // fill this section if u preferred mysql
            "MYSQL_DB": "logger" // dont touch this
        },
        "mongo": {
            "MONGO_TOKEN": "mongodb+srv://xxx" // fill this section if u preferred mongodb
        }
    }
}

🔗・Required Links

NodeJS
Terminal
Bot ZIP File

🎈・Installation

🖥️・Windows / Linux

# Check Node.js version:
node -v

# Clone the files with git:
git clone https://github.com/Mid0aria/discord-log-bot
# Optionally you can also download from github at https://github.com/Mid0aria/discord-log-bot/archive/refs/heads/main.zip

# Enter into the cloned directory:
cd discord-log-bot

# Configure the bot
notepad config.json # On windows
nano config.json # On linux, can also use any other preferred file writing software

# Run the bot:
node bot.js

discord-log-bot's People

Contributors

mid0aria avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.