diff --git a/README.md b/README.md index 1fcf2223..17d58fb6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To add the cogs to your instance please do: `[p]repo add Seina-Cogs https://gith | MassUnban | 0.1.0 |
Mass unban users.Mass unban users by the ban reason used.
| inthedark.org | | AntiLinks | 0.1.1 |
No links allowed.Removes all links in specified channels, with the ability to whitelist roles.
| inthedark.org | | StatusRole | 0.1.0 |
Assign roles on custom status.Assign roles to users for the duration in which they have certain custom statuses
| inthedark.org | -| ConversationGames | 0.2.4 |
Conversation games for membersConversation games for members
| inthedark.org | +| ConversationGames | 0.2.5 |
Conversation games for membersConversation games for members
| 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) diff --git a/conversationgames/core.py b/conversationgames/core.py index 813fb61c..e841991a 100644 --- a/conversationgames/core.py +++ b/conversationgames/core.py @@ -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__() @@ -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(