Skip to content

Commit 23c444e

Browse files
committed
Adding logs to token
1 parent 8b7aaf4 commit 23c444e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async def load():
183183
async def main():
184184
async with client:
185185
await load()
186-
print(os.getenv("TOKEN"))
186+
print("Token is: "+os.getenv("TOKEN"))
187187
await client.start(os.getenv("TOKEN"))
188188

189189

0 commit comments

Comments
 (0)