Skip to content

Commit

Permalink
Final adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreusada committed Jun 1, 2023
1 parent aee1e75 commit 8cb1f3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cogs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Cog Name,Description,Tags,Authors
BlackFormatter,Style your code with the Black formatter,Tools,Kreusada
CogPaths,Get various paths for a cog.,"Tools, Informative",Kreusada
ConsoleClearer,Completely clear your Red console,Tools,Kreusada
EmbedCreator,"Create embeds using buttons, modals and dropdowns!",Tools,Kreusada
Flags,Get the flag for a country,Tools,Kreusada
Minifier,Minify your code with python minifier,Tools,Kreusada
OnThisDay,"Find out what happened today, in multiple different years in history.",Fun,Kreusada
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Useful Links
cog_blackformatter
cog_cogpaths
cog_consoleclearer
cog_embedcreator
cog_flags
cog_minifier
cog_onthisday
Expand Down
2 changes: 1 addition & 1 deletion embedcreator/embedcreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- There are two buttons which can modify the embed using JSON:
- **replace** - Replaces all the embed's current JSON data with the uploaded data.
- **update** - Replaces only the specified keys.
- Once you're done, use the "Send" dropdown to export your embed to your desired channel.
- Once you're done, you may send the embed to a desired channel using the dropdown.
""".strip()


Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'blackformatter',
'cogpaths',
'consoleclearer',
'embedcreator',
'flags',
'minifier',
'onthisday',
Expand Down

0 comments on commit 8cb1f3c

Please sign in to comment.