Skip to content

Commit

Permalink
Update botchat_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg committed Feb 2, 2024
1 parent 8724b61 commit 3b48fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyUltroid/dB/botchat_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def tag_add(msg, chat, user):


def who_tag(msg):
ok = get_tag_stuff()
ok = get_stuff()
if ok.get("TAG") and ok["TAG"].get(msg):
return ok["TAG"][msg]
return False, False

0 comments on commit 3b48fc9

Please sign in to comment.