Giter Site home page Giter Site logo

aschetlin / lucid-bot Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 6.08 MB

moderation and administration discord bot built in discord.py

License: MIT License

Python 99.67% Dockerfile 0.33%
discord bot administration-discord-bot discord-py discordbot discord-api

lucid-bot's Introduction

Table of Contents

  1. Lucid Discord Bot
  2. Installation
  3. Commands

Lucid Discord Bot

Lucid is a fully open-source, general purpose moderation and administration discord bot build in discord.py.

The bot is built to make self-hosting very easy, including hosting multiple instances of the bot at once.

Installation

NOTE: If you haven't already, create a Discord application and bot using the Discord Developer Portal. A guide on how to do so can be found here. Ensure that your bot application has the server members intent enabled, like this.

To install Lucid, begin by cloning the repository:

$ git clone https://github.com/viargentum/lucid-bot

Then, copy the config.json file found in the examples directory to your working directory:

$ cp examples/config.json .

Fill in all of the empty values, including your bot token.

The suggested way to run Lucid is through docker and docker-compose. Ensure you have the latest installations of docker and docker-compose, and the docker daemon is running. Then run:

$ docker-compose up --build -d

This will start a new daemonized compose network with the bot and redis containers. If you've followed these steps correctly, you should be done. You can check if the containers are running with:

$ docker ps

It should show that two containers are running.

To stop the bot at any time, make sure you're in the working directory, and run:

$ docker-compose stop

This will persist your redis db data. If you would like to completely reset the bot and its db, run:

$ docker-compose down

Commands

Command Permission Usage
announce administrator ,announce
ban banmembers ,ban @user OR ,ban
editlog administrator ,editlog (,help for more)
help N/A ,help
info N/A ,info
kick kickmembers ,kick @user OR ,kick
lockdown managechannels ,lockdown OR ,lockdown lift
mute kickmembers ,mute @user OR ,mute
ping N/A ,ping
profile N/A ,profile <username>
purge managemessages ,purge <amount>
reload isbotowner ,reload <cog>
report N/A ,report
repost administrator ,repost (,help for more)
say managemessages ,say <message>
slowmode managechannels ,slowmode OR ,slowmode lift
unban banmembers ,unban <id>
unmute kickmembers ,unmute @user OR ,unmute

lucid-bot's People

Contributors

aschetlin avatar kerphloo avatar pfaizer avatar

Stargazers

Lisianthus avatar  avatar

Watchers

James Cloos avatar  avatar  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.