Skip to content

A collection of reusable and modular Discord bot scripts written in Python. This repository is designed to help developers quickly build, customize, and extend Discord bots by providing ready-to-use components, utilities, and examples that follow clean and scalable coding practices.

License

Notifications You must be signed in to change notification settings

D3vUserName/Universal-Discord-Bot-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Discord Bot Scripts

Universal Discord Bot Scripts

Python Version Discord.py AsyncIO FFmpeg License Status

A collection of reusable and modular Discord bot scripts written in Python. This repository is designed to help developers quickly build, customize, and extend Discord bots by providing ready-to-use components, utilities, and examples that follow clean and scalable coding practices.

  • 📌 Note: All scripts in this repository are written in Polish.
  • 📌 Note: The repo is constantly updated.

✨ Features

Modular command-based architecture
Ready-to-use fun commands (memes, jokes, trivia, polls, giveaways)
Moderation system with configurable levels
Music system (FFmpeg required)
Ticket system for support/help desks
Clean and extendable structure
Compatible with discord.py 2.x

📂 Project Structure

Single Commands/
├─ 4fun/
│ ├─ 8ball.py
│ ├─ animal.py
│ ├─ hug.py
│ ├─ jokes.py
│ ├─ meme.py
│ ├─ quote.py
│ ├─ roll.py
│ ├─ rps.py
│ └─ trivia.py
├─ giveaway.py
├─ poll.py
├─ serverinfo.py
└─ userinfo.py
Systems/
├─ moderation/
│ ├─ config.json
│ └─ modsys.py
├─ level.py
├─ musicvc.py
└─ tickets.py

Requisites

  • Python 3.8 or higher
  • Discord Bot Token (Get one here)
  • FFmpeg installed (for audio features)

🛠 Customization

Commands can be freely edited or translated Permission checks can be adjusted per command Systems (moderation, levels, tickets) are designed to be expandable

⭐ Support

If you find this repository useful, consider leaving a ⭐ on GitHub!

About

A collection of reusable and modular Discord bot scripts written in Python. This repository is designed to help developers quickly build, customize, and extend Discord bots by providing ready-to-use components, utilities, and examples that follow clean and scalable coding practices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages