Git Product home page Git Product logo

logger-bot's Introduction

Discord Server Logger Bot

Discord bot that logs all changes on your Discord server! When using this code please give credits to DEEM#6666!

Deployment

Follow these instructions on how to use the bot.

1.  Press the green "Code" button at the top of the repo.

template

2.  Download the full code via the "Download ZIP" button

downloadcode

3. Extract the files to your desktop and open the files in Visual Studio Code (or other text editor)

.env

TOKEN=YOUR_BOT_TOKEN

config.json

{
    "guildID": "1050735132182581288",
    "channels": {
        "channellog": "1069250417105567824",
        "emojilog": "1069255441063891044",
        "banlog": "1009561547468701756",
        "unbanlog": "1009842927561871372",
        "joinlog": "1009844170942324926",
        "leavelog": "1010592671200464976",
    },
    "owner": "975898528859697182",
    "version": "1.4.0" // Dont change this!
}
4. Change things in the .env and src/utils/config.json files, then open a terminal and run the following commands

Downloading discord.js

npm i discord.js@latest

Download the necessary modules:

npm i

Then use this command to turn on the bot:

node .

Packages that this bot uses

  • colors Copyright (c) Marak, used under license MIT.
  • dotenv Copyright (c) motdotla, used under license BSD 2-Clause.
  • figlet Copyright (c) patorjk, used under license MIT.
  • moment Copyright (c) Moment.js, used under license MIT.

CHANGELOG

  • 16.08.22 - Fixed broken presence and finished channelUpdate log
  • 17.08.22 - Code has been improved, logger has been added to event folder and emoji logger has been added
  • 18.08.22 - Added ban and join log
  • 29.01.23 - Modified code to discord.js version 14.7.1

Message from the creator

If I see you using this code as your own, I will report the license violation to GitHub

logger-bot's People

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.