Skip to content

Commit

Permalink
fix env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Jun 11, 2023
1 parent d1f0081 commit 29670c5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sample.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
API_HASH="e8145ec48504292485900892fffaf890"
APP_ID=9276915
API_HASH="sometesthash"
APP_ID=123456
DB_URI=""
DEV_USERS=5857041668
DEV_USERS=1198820588
ENABLED_LOCALES=""
ENV=""
MESSAGE_DUMP=
NO_LOAD=""
OWNER_ID=5857041668
OWNER_ID=1198820588
PREFIX_HANDLER="/"
SUDO_USERS=5857041668
SUPPORT_CHANNEL="yumikobots"
SUPPORT_GROUP="yumiko_group"
BOT_TOKEN="6262747338:AAH6vsOF0FfuTVxV2tWLfoyEy1gtWNzy8kk"
SUDO_USERS=1198820588
SUPPORT_CHANNEL="somesupportchannel"
SUPPORT_GROUP="somesupportgroup"
BOT_TOKEN="somebottoken"
WORKERS=

0 comments on commit 29670c5

Please sign in to comment.