Skip to content

Commit

Permalink
[highlight] 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flaree committed Jun 21, 2021
1 parent f58dfae commit 599b079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can contact me in the Red 3rd party server in #support_flare-cogs
| F1 | 0.0.4 | <details><summary>Data related to F1.</summary>F1 data, races, drivers, constructors etc.</details> | flare(flare#0001) |
| Faceit | 0.1.0 | <details><summary>List stats of faceit users, game history or specific games and even ongoing games!</summary></details> | flare(flare#0001) |
| Forward | 1.2.6 | <details><summary>Forward messages sent to the bot to the bot owner or in a specified channel.</summary></details> | flare(flare#0001) and Aikaterna |
| Highlight | 1.5.0 | <details><summary>Highlight certain words to be notified of if said in a certain channel.</summary></details> | flare(flare#0001) |
| Highlight | 1.5.1 | <details><summary>Highlight certain words to be notified of if said in a certain channel.</summary></details> | flare(flare#0001) |
| JoinMessage | 0.1.0 | <details><summary>Send a message to a guilds general chat, system channel or first available channel.</summary></details> | flare (flare#0001) |
| Covid | 0.0.3 | <details><summary>Grab the latest headlines, nationally or globally.</summary>Grab breaking headline around the world!</details> | flare(flare#0001) |
| R6 | 1.6.0 | <details><summary>Show R6 Statistics.</summary>List R6 Statistics from seasons, individual operators, all operators and more!</details> | flare(flare#0001) |
Expand Down
4 changes: 2 additions & 2 deletions highlight/highlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def red_delete_data_for_user(
del highlight[str(user_id)]
await self.generate_cache()

__version__ = "1.5.0"
__version__ = "1.5.1"
__author__ = "flare#0001"

def format_help_for_context(self, ctx: commands.Context):
Expand Down Expand Up @@ -765,7 +765,7 @@ async def guild_bots(
await self.generate_cache()

@guild.command(name="list")
async def _list(self, ctx: commands.Context):
async def _guild_list(self, ctx: commands.Context):
"""Current highlight settings for a channel.
A channel argument can be supplied to view settings for said channel.
Expand Down

0 comments on commit 599b079

Please sign in to comment.