Skip to content

Commit

Permalink
Added botname for group functions
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFoundError authored Feb 1, 2020
1 parent d5712dd commit 650deb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

admin_id = int(os.environ.get("ADMIN_ID", ""))
admin_name = os.environ.get("ADMIN_USERNAME", "")
botname = os.environ.get("BOT_NAME", "") # USERNAME of the bot without '@'

#####################################

Expand Down

0 comments on commit 650deb8

Please sign in to comment.