Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

fix heroku error log #33

Open
wants to merge 1 commit into
base: KillerX-Userbot
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion userbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
SUDO_USERS = {int(x) for x in os.environ.get("SUDO_USERS", "").split()}

# DEVS USERBOT OLNY
DEVS = (
DEVS = [
1820233416, # bagas
5032617939, # sayo
1191668125, # rendy
Expand All @@ -190,6 +190,7 @@
1705562427, # skyzo
2014359828, # kenzhu
1139515427, # glitter
]

# For Blacklist Group Erza Support
BLACKLIST_CHAT = os.environ.get("BLACKLIST_CHAT", None)
Expand Down