Welcome to DisFrame-Cogs, the community-driven cog repository for the DisFrame Discord bot framework! This is your hub for sharing and discovering custom cogs to enhance your DisFrame bot with new commands, games, utilities, and more—built by the community, for the community.
DisFrame is a modular Discord bot framework written in Python using discord.py
. It’s designed for extensibility, allowing you to easily plug in cogs to add features like moderation tools, interactive games, or custom utilities. Learn more at the DisFrame repo.
This repository hosts a growing collection of community-created cogs to supercharge your DisFrame bot. Whether you’re looking for an economy game like CoinRush or a unique server tool, you’ll find contributions here to enrich your Discord experience.
- A running DisFrame bot instance (see the Hosting Guide).
- Familiarity with Python and Discord bot commands.
Enhance your DisFrame bot with these steps:
-
Explore Available Cogs:
- Browse the folders in this repo (e.g.,
Games/CoinRush
) to find cogs that suit your needs.
- Browse the folders in this repo (e.g.,
-
Download a Cog:
- Each cog folder contains a
.py
file (e.g.,coinrush.py
) and may include aREADME.md
with instructions. - Some cogs come with an
assets
folder for resources like images or fonts.
- Each cog folder contains a
-
Install the Cog:
- Copy the
.py
file to your DisFrame bot’scmds/
directory (or a subfolder likecmds/games/
for organization—DisFrame supports this). - If an
assets
folder is included, place it in your DisFrame root directory (besidebot.py
) to ensure resources load correctly.
- Copy the
-
Run Your Bot:
- Start your bot with
python bot.py
. The cog will load automatically. - Refer to the cog’s
README.md
for any specific setup steps or usage commands.
- Start your bot with
Here’s a peek at some cogs you can add:
- CoinRush: An economy game featuring jobs, items, trading, achievements, and a casino.
More cogs are on the way—contribute yours to grow the collection!
We welcome your contributions to make DisFrame even better! Check out our CONTRIBUTING.md for detailed steps on how to:
- Fork the repo and create your own cog.
- Submit a pull request with your enhancements.
- Ensure compatibility and document your work.
Join the conversation on our DisFrame Discord to share ideas or get help!
- Compatibility: Test your cog with the latest DisFrame version.
- Documentation: Provide a
README.md
in your cog’s folder with setup and usage details. - Community Spirit: Keep contributions fun, functional, and free of malicious code.
- DisFrame Framework: github.com/sircryptic/disframe
- Hosting Guide: sircryptic.github.io/DisWeb/pages/guide.html
- Community Discord: discord.gg/48JH3UkerX
This repository is licensed under the MIT License (Copyright © 2025 SirCryptic). Contributors are encouraged to use MIT for their cogs but may choose any compatible open-source license. See individual cog README.md
files for specific licensing details.
Maintained by: SirCryptic & the DisFrame Community
Get Involved: Star this repo, contribute a cog, or join our community!