Code Monkey home page Code Monkey logo

botler's Introduction

Botler

Project Status: WIP โ€“ Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status Documentation Status GPLv3 license Discord

botler's People

Contributors

jet132 avatar montori avatar

Stargazers

Sebberino avatar soupe.silent_e avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

botler's Issues

YouTube Webhooks

Add YouTube webhook support to Botler. Ideally, the webhook receiving service would be a separate server or at least runnable by itself.

Logger module

Add a module that is responsible for managing log channels and gives log event emitters a standardized interface.
Module consumers should be able to tag events and users should be able to set filters for certain log channels.
Like for example ban cases go in #bans, the rest of the cases go in #cases, and system logs go in #logs.

Implement the Megalogger

Implement BulletBot's Megalogger

Potentially also implement query command to for example get the last message-delete-single log message of a specific channel.

Event types to implement:

  • message
    • message-delete-single
    • message-delete-bulk
    • message-edit
    • attachment-send
  • member
    • member-join
    • member-leave
    • member-update-nickname
    • member-update-roles
    • member-ban
    • member-unban
  • role
    • role-create
    • role-delete
    • role-update
    • role-update-name
    • role-update-permissions
    • role-update-color
    • role-update-hoist
    • role-update-mentionable
  • reaction
    • reaction-add
    • reaction-remove-single
    • reaction-remove-emoji
    • reaction-remove-all
  • channel
    • channel-create
    • channel-delete
    • channel-update
    • channel-update-name
    • channel-update-position
    • channel-update-topic
    • channel-update-topic
    • channel-update-bitrate
    • channel-update-nsfw
    • channel-update-slowmode
    • channel-update-type
    • overwrite-create
    • overwrite-delete
    • overwrite-update
    • pin-update
  • webhook
    • webhook-create
    • webhook-delete
    • webhook-update
    • webhook-update-name
    • webhook-update-avatar
    • webhook-update-channel
  • emoji
    • emoji-create
    • emoji-delete
    • emoji-update
  • guild
    • guild-update
    • guild-update-name
    • guild-update-description
    • guild-update-icon
    • guild-update-splash
    • guild-update-discovery-splash
    • guild-update-banner
    • guild-update-owner
    • guild-update-language
    • guild-update-afk-channel
    • guild-update-afk-timeout
    • guild-update-rules-channel
    • guild-update-community-channel
    • guild-update-mfa
    • guild-update-verification-level
    • guild-update-explicit-filter
    • guild-update-vanity-url
    • guild-update-widget-toggle
    • guild-update-widget-channel
    • guild-update-system-channel
    • guild-update-system-flags
  • user
    • user-update
    • user-update-username
    • user-update-tag
    • user-update-avatar
  • voice
    • voice-move
    • voice-join
    • voice-leave
    • voice-update-deaf-self
    • voice-update-deaf-server
    • voice-update-mute-self
    • voice-update-mute-server

Add dynamic database-based settings defaults

Problem

Currently, all settings that are stored in the database need to have an actual value assigned to them. Though there are default values for each column, those only get applied on the initial row creation. This has the drawback of not using the latest defaults and always having to manually adjust them when a new update with new optimal settings comes along.

Solution

To mitigate this we can make all column values nullable and have the defaults applied at runtime via the entity wrapper class.
This means you can explicitly tell the bot to use the default value on certain settings (by setting them to null) and overwrite them on others.

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.