GithubHelp home page GithubHelp logo

replit-discord / all-seeing-bot Goto Github PK

View Code? Open in Web Editor NEW
78.0 6.0 46.0 8.9 MB

Repl.it discord moderation bot

Python 85.70% Makefile 0.23% Shell 0.01% CSS 0.83% Go 3.98% Jinja 9.25%
python3 discord-py-rewrite repl discord moderation-bot all-seeing-bot

all-seeing-bot's People

Contributors

hyperupcall avatar malteianlauterbach avatar mosrod avatar wbourne0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

all-seeing-bot's Issues

bot feature roadmap verification

so if im getting this right, this is what we want to do

  • have a server owner configure bot settings for whole server
  • have a server owner adjust bot settings for a certain user (like for roles or something)

and the configuration is done through the website

we can extract information about the server owner, the server, and the servers members from the discord api

im not sure how we can verify that a user owns a particular discord server, but im sure we can do that with the discord api somehow?

assuming all that works, then we want to have a place to store these configurations (something that works if a user wants to use this bot with multiple discord servers).

i think we already have some of this in place but i just wanted to verify just in case

ASB

Is this the bot that banned me? Wow, I must need to write some code for this thing

Refactoring

Or, you might say: REEEEE factoring.

Jokes aside, the current readability doesn't really make me want to help out by adding features...

Maybe use the fact discord.py has cogs? Just maybe?

BTW, I haven't really read much of the code, but hopefully this bot will turn out well :)

typeError: unsupported operand type(s) for +: 'NoneType' and 'str'

i got this error message , please help me to fix
GNU bash, version 4.4.12(1)-release (x86_64-pc-linux-gnu)
îș§ python main.py
Traceback (most recent call last):
File "main.py", line 6, in
from background_tasks import bg_tasks
File "/home/runner/all-seeing-bot/background_tasks.py", line 6, in
from tools.read_write import read, write
File "/home/runner/all-seeing-bot/tools/read_write.py", line 6, in
mongo_link = os.getenv('mlab_link') + '?retryWrites=false'
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

move `/callback` routes to `/auth` route for website

for the website, there are various routes under /callback. we would want to move those to /auth. cannot do that right away as the callback urls are registered with the oauth provider, which needs to be changed within the discord user interface

I havent released the ctx version

I'm almost done but I need to finish up on all the checks I know I'm missing multiple of them I just forgot which ones... I have so many checks... I also need to document all of my commands better for help command.

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.