Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
[slashtags] revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
phenom4n4n committed Jun 9, 2023
1 parent f425c72 commit c119a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Once the bot is installed, run the following command in Discord:
| Ratings | 1.0.0 | <details><summary>Find out how (simp/sane/smart) you are.</summary>Rate yourself on many things.</details> | PhenoM4n4n |
| RoleUtils | 1.4.0 | <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.1 | <details><summary>Calculate stuff</summary>Calculate stuff</details> | PhenoM4n4n |
| SlashTags | 1.0.1 | <details><summary>Create custom slash commands.</summary>Create custom slash commands.</details> | PhenoM4n4n |
| SlashTags | 0.6.2 | <details><summary>Create custom slash commands.</summary>Create custom slash commands.</details> | PhenoM4n4n |
| Tags | 2.4.1 | <details><summary>Create and use tags.</summary>Create and use tags.</details> | PhenoM4n4n, sravan, and npc203 |
| TypeRacer | 1.0.4 | <details><summary>Race to see who can type the fastest!</summary>Race to see who can type the fastest!</details> | Cats3153 and PhenoM4n4n |
| Webhook | 1.3.0 | <details><summary>Webhook related commands.</summary>Various webhook commands to create and send messages along webhooks.</details> | PhenoM4n4n |
Expand Down
2 changes: 1 addition & 1 deletion slashtags/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SlashTags(Commands, Processor, commands.Cog, metaclass=CompositeMetaClass)
The TagScript documentation can be found [here](https://phen-cogs.readthedocs.io/en/latest/index.html).
"""

__version__ = "1.0.1"
__version__ = "0.6.2"
__author__ = ("PhenoM4n4n",)

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

0 comments on commit c119a39

Please sign in to comment.