Skip to content

Commit

Permalink
Custom max duration for vc (UsergeTeam#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarvarma2k20 authored May 5, 2021
1 parent 0ed533e commit 689bd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/utils/voice_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

VC_DB = get_collection("VC_CMDS_TOGGLE")
CMDS_FOR_ALL = False
MAX_DURATION = 900
MAX_DURATION = int(os.environ.get("MAX_DURATION", 900))

ADMINS = {}

Expand Down

0 comments on commit 689bd5e

Please sign in to comment.