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 f76b188 commit 28d105dCopy full SHA for 28d105d
.gitignore
@@ -133,3 +133,4 @@ dmypy.json
133
.idea/modules.xml
134
.idea/misc.xml
135
.idea/vcs.xml
136
+config.py
config.py
@@ -1,8 +1,8 @@
1
# Your Bot token in the quotes taken from @BotFather
2
-BOT_TOKEN = ""
+BOT_TOKEN = "1158822364:AAEgnhKPvoTbPU5KnO8iMYqQfuF_XcxbBUE"
3
4
# Project Name of your Project
5
-PROJECT_NAME = ""
+PROJECT_NAME = "GitGram"
6
7
# If you forked the source code, grab your repo's link and paste it below!
8
GIT_REPO_URL = "https://github.com/MadeByThePinsHub/GitGram"
0 commit comments