linus-jansson / arga-vincent

Main bot for private discord server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arga-vincent

Main dc bot

Requirements

  • .env file
DISCORD_TOKEN=XXXXXXX
DROPBOX_TOKEN=

Installing deps

  • python3 -m pip install -r requirements.txt

Addition ideas

  • @Everyone abuse counter
    • Top@everyone list
    • Angry msg to @everyone users
    • only applies to people that don't have overlord or legend
  • Mute functionallity
    • Text mute
    • Servermute
  • Profanity filter
    • Warn user
    • Kick or bań user if they made multiple warnings
    • Delete message
    • Contact BINUS
    • Check if message is base64 encoded
  • Ban
  • Kick
  • Shutdown
    • Turn off ability to write or slowmode
  • Purge command
    • Check Privs
    • Remove messages?
  • Verified users
    • Website verification
    • Give role on join
    • Role to sharky.. hehe?
  • Stock market checker
  • Youtube Downloader using pytube
    • Check if the file is larger than 8MB
    • Thread pooling to prevent discord from becoming mad because the video download takes a long time.
      • Queue system that downloader.py downloads from. Sends it when its downloaded and tags the requester.

About

Main bot for private discord server

License:MIT License


Languages

Language:Python 98.0%Language:Dockerfile 2.0%