Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

hirusha-adi/Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

207 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Bot

The simple multi purpose discord bot

NOTE

I made this bot while i started to learn python3 and the code is really bad and i dont feel about making it better

BACKGROUND_IMAGE
Current-Status
Lisence Last Commit Contributors

Folder Structure

  • ./ (Parent Directory)
    • yourbot
      • assets
        • tools
          • utils.py (handling settings for each and every discord server)
        • Other files (fonts, password_lists, images for PIL)
      • cogs
        • musicplayer
          • Files (this is the Music cog, it has multiple files)
        • Others (cogs for yourbot, all the .py files (cogs) in this folder will be loaded automatically)
      • database
        • blacklist
          • Files (text files with blacklister user and server IDs)
        • chatbot
          • Files (settings for the chatbot are stored here)
        • embeds
          • Files (embed settings)
        • main
          • Files (General / Main settings)
      • others
        • File (mainly for handling dependencies simply and automatically)
      • web
        • templates (for flask)
          • Files (*.html files)
        • static (for flask)
          • js
            • Files (*.js (JavaScript) Files)
          • css
            • Files (*.css (CSS - Cascase Style Sheet) Files)
          • fonts
            • Files (fonts required for the flask website)
          • Files (other python3 files for the flask webserver)
      • Files (main file to start the bot, Lisence, To-do-list, privacy-policy, other git files)

Social