Skip to content

Commit

Permalink
Update to 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSage committed Oct 27, 2024
1 parent dd1d981 commit 45621d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lightning/cogs/ext/antiscam.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ async def antiscam_test(self, ctx: GuildContext, *, message: str):
score = res.calculate()
await ctx.send(f"This message scored {score}% safe!")

@antiscam.command(name='improve', level=CommandLevel.Admin)
@antiscam.command(name='improve', level=CommandLevel.Admin, hidden=True)
@commands.guild_only()
@is_server_manager()
async def antiscam_deposit(self, ctx: GuildContext, *, message: discord.Message):
Expand Down Expand Up @@ -296,7 +296,7 @@ async def setup(bot: LightningBot):
"50$ for Steam - [steamcommunity.com/gift/7441553](https://test.cloud/1234)",
"50$ Gift - [steamcommunity.com/gift/69](https://test.cloud/1234)",
"50$ gift - [steamcommunity.com/gift/832083](https://google.com)\n@everyone @here",
"# Best Free NSFW 🥵 server (NSFW🔞, Snapchat🍑, TikTok🔥, OnlyFans💦 and Sex cam :lips:) : "
"# Best Free NSFW 🥵 server (NSFW🔞, Snapchat🍑, TikTok🔥, OnlyFans💦 and Sex cam :lips:) : ",
"https://discord.gg/123456 @here @everyone",
"catch 50$ - [steamcommunity.com/gift](https://google.com)"
]
Expand Down
2 changes: 1 addition & 1 deletion lightning/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
'__author__')

__title__ = "Lightning"
__version__ = "4.9.0"
__version__ = "4.9.1"
__license__ = "GNU Affero General Public License Version 3"
__author__ = "LightSage"
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Lightning.py"
version = "4.9.0"
version = "4.9.1"
description = "Powerful moderation & utilities Discord App (Bot)"
authors = ["LightSage <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 45621d7

Please sign in to comment.