Skip to content

Commit

Permalink
Decepticon : Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hitokizzy committed Jan 27, 2024
1 parent 190e85d commit a50aefc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geezproject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,16 @@ def STORAGE(n):
NO_LOAD = os.environ.get("NO_LOAD", "").split()

# Bleep Blop, this is a bot ;)
PM_AUTO_BAN = sb(os.environ.get("PM_AUTO_BAN", "False"))
PM_LIMIT = int(os.environ.get("PM_LIMIT", 6))
PM_AUTO_BAN = sb(os.environ.get("PM_AUTO_BAN", "True"))
PM_LIMIT = int(os.environ.get("PM_LIMIT", 5))

# Custom Handler command
CMD_HANDLER = os.environ.get("CMD_HANDLER") or "."

SUDO_HANDLER = os.environ.get("SUDO_HANDLER", r"$")

# Support
GROUP = os.environ.get("GROUP", "GeezSupport")
GROUP = os.environ.get("GROUP", "GeezRam")
CHANNEL = os.environ.get("CHANNEL", "GeezProject")

# Heroku Credentials for updater.
Expand Down

0 comments on commit a50aefc

Please sign in to comment.