GithubHelp home page GithubHelp logo

booom3 / discord-power-bot Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 521 KB

An open source Discord bot that's meant to be powerful, flexible, and great for administration

License: MIT License

CSS 0.08% TypeScript 4.07% JavaScript 95.57% HTML 0.28%
bot discord javascript postgresql typescript

discord-power-bot's People

Contributors

booom3 avatar

Watchers

 avatar  avatar

discord-power-bot's Issues

Add flex voice channels support

This would work so that the bot can automatically create/remove voice channels based on demand.

It should have options like minimum users required to flex, maximum number of spawned channels, and timeout before it removes excess channels.
It should either move people out of voice channels, delete then rename existing channels, or reorganize the channel list. Whichever requires the least amount of API calls. To flex down to the minimum number of channels.

Add ability to create temporary emojis

This command would make it so you can set a certain emoji to expire after a certain time, after which the bot will automatically remove the emoji from the server.

Potentially make it so you can add the emoji entirely with a command message that has an image attached.

Add modularity

Make it so that you can add new functionality to the bot easily without changing core parts of the code.

Criteria before this feature is finished (this list may grow)

  • Allow a user/host to disable/enable modules at will through bot commands or the command line.
  • Rank modules on a scale of completeness. For example a new module will be implemented as "Alpha" and if the bot is ran on "Beta" mode the feature will not be available.
  • You can create new modules without modifying any existing files. For example the program might read a folder called "./modules/" checking each sub folder for an index.js that is then executed.

Template string command

This would work something like regular string templating functions where you would put, for example,
Current channel topic is ${channel.topic} and it would replace the ${} with the contents of it.

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.