Code Monkey home page Code Monkey logo

discord-userlogger's Introduction

Discord Userlogger

For the bot to function properly, you need to create a .env file in this directory and paste the following .env example in there. Then exchange the preset values for your own.

Example for your .env file

# Webserver Configuration
DEVMODE="false" # Only enable if your are running the bot on localhost
PORT="8000" # The port that your webserver should run on (If your hosting service provides you a port, you should use that one)
PROTOCOL="http" # The protocol that the bot should use for the "/invite" command
DOMAIN="example.com" # Your domain. Used for the "/invite" command (without "https://" or "http://")
INVITEPATH="/" # Choose the path for the invite. E.g: "/" for "https://example.com/" or "/discord" for "https://example.com/discord"

# Discord Configuration
GUILDID="535978043654392186" # The guild, that the bot should monitor
LOGCHANNEL="596581212500789257" # The channel where the user joined should be logged
INVITECHANNEL="525142016501377408" # The channel for the discord invites

# Bot Configuration
# You need to create a Discord app in the Discord Developer Portal (https://discord.com/developers/applications) and enter all details below
BOTID="944409694000073652" # Found on the "General Information" Tab under "APPLICATION ID"
TOKEN="yourtoken" # Found on the "Bot" Tab under "TOKEN". You might need to reset the token, but be carefull to not show this token to anyone else!
ACTIVITYTYPE="Watching" # possible options: "Watching", "Listening", "Playing", "Streaming"
ACTIVITYMSG="you!"

# Database Configuration
MONGOURI="mongouri" # The connection URI for your MongoDB Databse. This should be something like "mongodb+srv://<username>:<password>@cluster0-saugt.mongodb.net/<databasename>?retryWrites=true&w=majority"

discord-userlogger's People

Contributors

kartoffelchipss 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.