Skip to content

Commit

Permalink
tags version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PhenoM4n4n committed Jul 19, 2021
1 parent 3a7541b commit 445a6d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
[Red-DiscordBot](https://github.com/Cog-Creators/Red-DiscordBot)
All Cog Creators
"""


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| RoleUtils | 1.3.6 | <details><summary>Reaction roles, massroling, and role targeting!.</summary>Reaction roles, massroling, and role targeting!.</details> | PhenoM4n4n, Bobloy, TrustyJaid, and Neuro Assassin |
| Calculator | 1.0.0 | <details><summary>Calculate stuff</summary>Calculate stuff</details> | PhenoM4n4n |
| SlashTags | 0.4.3 | <details><summary>Create custom slash commands.</summary>Create custom slash commands.</details> | PhenoM4n4n |
| Tags | 2.3.0 | <details><summary>Create and use tags.</summary>Create and use tags.</details> | PhenoM4n4n |
| Tags | 2.3.1 | <details><summary>Create and use tags.</summary>Create and use tags.</details> | PhenoM4n4n |
| Webhook | 1.2.1 | <details><summary>Webhook related commands.</summary>Various webhook commands to create and send messages along webhooks.</details> | PhenoM4n4n |

# Contact
Expand Down
2 changes: 1 addition & 1 deletion tags/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Tags(
The TagScript documentation can be found [here](https://phen-cogs.readthedocs.io/en/latest/).
"""

__version__ = "2.3.0"
__version__ = "2.3.1"

def format_help_for_context(self, ctx: commands.Context):
pre_processed = super().format_help_for_context(ctx)
Expand Down

0 comments on commit 445a6d9

Please sign in to comment.