Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
🔧Fixed d!bio command description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattbtw committed Mar 23, 2021
1 parent 9dfc162 commit dba06dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.6.7
* Fixed `d!bio` command description. (#160)

## v2.6.6
* Added `d!issue`
* Added `d!issue` subcommands.
Expand Down
2 changes: 1 addition & 1 deletion launcher.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from lib.bot import bot

VERSION = "2.6.6"
VERSION = "2.6.7"

bot.run(VERSION)
2 changes: 1 addition & 1 deletion lib/cogs/bio.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, bot):
@command(
name="bio",
aliases=["dbio", "discordbio"],
brief="Get Twitch stream information.",
brief="Get Discord.bio profile information.",
)
@cooldown(1, 5, BucketType.user)
async def discord_bio_command(self, ctx, *, target: Optional[Member]):
Expand Down

0 comments on commit dba06dd

Please sign in to comment.