We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1607f9 commit e47c607Copy full SHA for e47c607
main.py
@@ -24,7 +24,7 @@
24
logger = logging.getLogger(__name__)
25
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
26
27
-if not re.match("[0-9]+\:[a-zA-Z0-9\-\_]+", BOT_TOKEN):
+if not re.match("[0-9]+:[a-zA-Z0-9\-_]+", BOT_TOKEN):
28
logging.error("Bot token not correct - please check.")
29
exit(1)
30
0 commit comments