Skip to content

Commit

Permalink
[PersonalChannels] update version + doc
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Sep 24, 2023
1 parent e7d2e3b commit b9e711f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To add the cogs to your instance please do: `[p]repo add Seina-Cogs https://gith
| MassUnban | 0.1.0 | <details><summary>Mass unban users.</summary>Mass unban users by the ban reason used.</details> | inthedark.org |
| AntiLinks | 0.1.1 | <details><summary>No links allowed.</summary>Removes all links in specified channels, with the ability to whitelist roles.</details> | inthedark.org |
| StatusRole | 0.1.0 | <details><summary>Assign roles on custom status.</summary>Assign roles to users for the duration in which they have certain custom statuses <details> | inthedark.org |
| ConversationGames | 0.2.4 | <details><summary>Conversation games for members</summary>Conversation games for members</details> | inthedark.org |
| ConversationGames | 0.2.5 | <details><summary>Conversation games for members</summary>Conversation games for members</details> | inthedark.org |


Any questions you can find [Melon](https://discord.com/oauth2/authorize?client_id=808706062013825036&scope=bot&permissions=1099511627767%20applications.commands) and myself over on [the support server](https://discord.gg/mXfYuMy92r)
Expand Down
5 changes: 4 additions & 1 deletion conversationgames/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ConversationGames(commands.Cog):
"""Conversation games"""

__author__: Final[List[str]] = ["inthedark.org"]
__version__: Final[str] = "0.2.4"
__version__: Final[str] = "0.2.5"

def __init__(self, bot: Red) -> None:
super().__init__()
Expand Down Expand Up @@ -234,6 +234,9 @@ async def _cgset(self, ctx: commands.Context):
async def _rating(self, ctx: commands.Context, rating: Ratings):
"""
Set rating for the games.
Converting to R-Rating will disallow the commands from working in
non-nsfw channels.
"""
await self.config.guild(ctx.guild).rating.set(rating.lower()) # type: ignore
await ctx.send(
Expand Down

0 comments on commit b9e711f

Please sign in to comment.