Giter Club home page Giter Club logo

clembot's Introduction

ClemBot


Support Made with Python 3.7 MIT License

A Discord bot for server and community management with a focus on school/fun related commands.

  • Role Management
  • Customizable Prefix
  • Python Repl
  • Message Logging
  • Moderation
  • Tags
  • Channel Generation
  • Welcome Messages
  • Expression Evaluator
  • Meme Generator and so much more

Clembot is in current active development so check back often to see whats new!!

Bot Invite

To invite Clembot to your server click this link: Clembot Invite

Community

We are a community focused on learning and acceptance; anyone is welcome. If you have an idea or a feature you would like to contribute, feel free to open an issue and we as a community can begin discussion.

Development

To start developing and contributing to this project, please see CONTRIBUTING.md

Architecture overview

The bot is set up in a simple way. There are 3 layers, the Cog layer, the Service layer and the Data layer.

  1. Cog layer - This is where the frontend bot command code resides. Anything that you directly use to interface with discord goes in this layer.
  2. Service layer - This is where all things that are bot related but not controlled through front end commands live. Things like user tracking, event handling etc all go in here.
  3. Data layer - This is the abstraction on top of the sqlite database. This layer is a collection of repositories which contain the code to query and insert from the DB.

The bot loads Cogs and Services dynamically. To create a new command simply create a class that inherits from Command.Cog and defines a setup function in module scope at the bottom. See example_cog.py for an example.

The bot does the same thing for services, to see how to define a service, see example_service.py

ClemBot Master Deployment

clembot's People

Contributors

codysgithub avatar exper1mental avatar jay-madden avatar jhollowe avatar matthewperrydev avatar new-zelind avatar paynejordand avatar pmerry96 avatar tyler-macinnis avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

xiaolong-tian

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.