Skip to content

Commit 7861d20

Browse files
authored
ok
1 parent 88f0630 commit 7861d20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import asyncio
22
import os
3+
import logging
34
import random
45
import re
56
import sys
@@ -66,4 +67,5 @@ async def on_error(event, *args, **kwargs):
6667
# print(more_information[0])
6768

6869

70+
logging.basicConfig(level=logging.INFO)
6971
bot.run(os.environ["TOKEN"])

0 commit comments

Comments
 (0)