Poetry Update
This commit is contained in:
parent
d8848ed08f
commit
f65eea62d6
2 changed files with 5 additions and 5 deletions
|
@ -157,7 +157,7 @@ def sudo(bot: bare.bot, chan: str, name: str, message: str) -> None:
|
||||||
|
|
||||||
|
|
||||||
def nowplaying(bot: bare.bot, chan: str, name: str, message: str) -> None:
|
def nowplaying(bot: bare.bot, chan: str, name: str, message: str) -> None:
|
||||||
if name in bot.npallowed:
|
if name in bot.npallowed and not bot.current == "bridge":
|
||||||
x02 = "\x02"
|
x02 = "\x02"
|
||||||
bot.msg(
|
bot.msg(
|
||||||
f"f.sp {message.split(x02)[1]}",
|
f"f.sp {message.split(x02)[1]}",
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "Repl_IRC_Bot"
|
name = "fire-ircbot"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
description = "A bot I made for irc chats"
|
description = "An ircbot"
|
||||||
authors = ["Firepup Sixfifty <firepup650@gmail.com>"]
|
authors = ["Firepup Sixfifty <firepup650@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.9"
|
||||||
apiclient = "^1.0.4"
|
apiclient = "^1.0.4"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue