diff --git a/settings.py b/settings.py index a56aaac..af93464 100644 --- a/settings.py +++ b/settings.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -TOKEN = "123456789876:Abkkanbsbaks" +TOKEN = "5412690663:AAG1bmNc80gzy8Lb7ROUCYmhs_G5CBFMHJQ" with open('words.txt', 'r', encoding='utf-8') as file: word_list = file.read().splitlines()