Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 19, 2023
1 parent cd92df1 commit a8d8a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bot/utils/msg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ async def bc_msg(text, except_user=None, mlist=[]):
except Exception:
pass
# log(Exception)
if LOG_CHANNEL:
if conf.LOG_CHANNEL:
try:
e = await pyro.send_message(
LOG_CHANNEL,
conf.LOG_CHANNEL,
text,
)
mlist.append(e)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.0-beta.0.5.05 (beta)
v2.2.0-beta.0.5.10 (beta)

0 comments on commit a8d8a77

Please sign in to comment.