Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HaloDragon7410 authored Sep 25, 2019
1 parent 7f9ff81 commit 7bd35cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def command(**args):
pass

if allow_sudo:
args["from_users"] = list(Config.SUDO_USERS)
args["from_users"] = list(Var.SUDO_USERS)
# Mutually exclusive with outgoing (can only set one of either).
args["incoming"] = True
del allow_sudo
Expand Down

0 comments on commit 7bd35cf

Please sign in to comment.