Coder Social home page Coder Social logo

baritonebot's Introduction

Baritone Discord Bot

The bot for the Baritone discord, made in python because you can type fast.

Links:

Things to-do

  • Add an on_error listener to all buttons
  • Be able to edit the ignored role ids on a response (got lazy)
  • Create an extension command to allow me to control extensions to fix them
  • Find out how to catch the rare cursor db problem and deal with it
  • Make the response list command have pages so the embed limit isn't reached with lots of responses
  • For the ban command add the ability to set a time, so it can be a temporary ban
  • Be able to edit the rules with a rule edit command
  • Have the bot control the rules embed and match the rules
  • Ability to change the channel and role ids, currently just manually in the db
  • Add comment stuff to the GitHub commands
  • Edit-embed command to edit embeds the bot sent (besides the rules)
  • Change all of the Literal code to choices, so it's less this equals that
  • Update info command so there is banner, accent color, pronouns, about me, avatar decorations, display name, username instead of discriminator
  • Make the help command much better, pages for the different levels of commands, and descriptions with what each does

How to run

Requires:

First, open terminal/cmd and do the following commands:

git clone https://github.com/ehylo/baritonebot.git
cd baritonebot
pip install -r requirements.txt

Then, make a .env file and add these variables:

DATABASE_URL=
GUILD_ID=
DISCORD_TOKEN=
DB_SCHEMA=public

(optional)

PASTE_TOKEN=
GITHUB_TOKEN=

Finally, start the bot:

python main.py

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.