Pimp My Bot - Themes Feature#76
Merged
Merged
Conversation
…oring and new Theme Editor UI.
|
Yay, I'm so excited! |
… reset to default. Add code block option for dividers.
Member
Author
|
Working on building a web portal for sharing themes but it's not ready yet, so I have disabled the Share option for now. Will be ready by the time of publishing the next bot version. Otherwise the themes cog is now ready, so I will merge it in to main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a new theming system (also known as "Pimp My Bot") that allows admins to fully customize the visual appearance of the bot's messaging including emojis, colors, and dividers.
This PR is a continuation of the work done in #69 with credit to @G0DeSs76 and @bahraini69 for their work on the idea and code and @zenpaiang for reviewing.
I'm submitting this PR for review and testing. The functionality is ready, but there may still be some issues to iron out.
Key Features
Theme Management
Customization Options
Theme Editor UI
Slash Commands
/pimp menu/pimp view <theme>/pimp create <name>/pimp edit <theme>/pimp set <theme>/pimp global <theme>/pimp export <theme>/pimp import <file>/pimp delete <theme>/pimp clearFiles Added
cogs/pimp_my_bot.py- Core theme system, ThemeManager, theme menucogs/pimp_my_bot_editor.py- Icon, color, and divider editorscogs/pimp_my_bot_preview.py- Live theme preview with sample embeds