Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sravan1946 committed Oct 22, 2024
1 parent 6030f42 commit 019c122
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 @@ -29,7 +29,7 @@ Once the bot is installed, run the following command in Discord:
|----------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|
| Acromania | 1.3.0 | <details><summary>Acronym game.</summary>Acronym game is a fun and engaging word game where players take turns creating a phrase or sentence from a series of letters, with each letter representing a word in the phrase.</details> | sravan |
| AltDentifier | 2.0.1 | <details><summary>Check users with AltDentifier API</summary>Check users with AltDentifier API</details> | PhenoM4n4n |
| DankImgen | 1.0.0 | <details><summary>Dank Memer Image Generator</summary>Dank Memer Image Generator commands</details> | sravan |
| DankImgen | 1.0.1 | <details><summary>Dank Memer Image Generator</summary>Dank Memer Image Generator commands</details> | sravan |
| DontPingStaff | 2.0.0 | <details><summary>Take actions on users who ping</summary>Punish the users who ping others with a certain role</details> | sravan |
| ForceMention | 1.1.0 | <details><summary>Mention unmentionables</summary>Mentions roles that are unmentionable</details> | Bobloy, PhenoM4n4n, and sravan |
| GuessTheNumber | 1.3.0 | <details><summary>A simple gtn game</summary>A guess the number game which you can play in discord</details> | sravan |
Expand Down
2 changes: 1 addition & 1 deletion dankimgen/dankimgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DankImgen(commands.Cog):
DankImgen commands for Red.
"""

__version__ = "1.0.0"
__version__ = "1.0.1"
__author__ = ["sravan", "flare"]

def __init__(self, bot: Red) -> None:
Expand Down

0 comments on commit 019c122

Please sign in to comment.