Skip to content

Commit 28d105d

Browse files
author
pokurt
committed
added gitignore for config file
1 parent f76b188 commit 28d105d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ dmypy.json
133133
.idea/modules.xml
134134
.idea/misc.xml
135135
.idea/vcs.xml
136+
config.py

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Your Bot token in the quotes taken from @BotFather
2-
BOT_TOKEN = ""
2+
BOT_TOKEN = "1158822364:AAEgnhKPvoTbPU5KnO8iMYqQfuF_XcxbBUE"
33

44
# Project Name of your Project
5-
PROJECT_NAME = ""
5+
PROJECT_NAME = "GitGram"
66

77
# If you forked the source code, grab your repo's link and paste it below!
88
GIT_REPO_URL = "https://github.com/MadeByThePinsHub/GitGram"

0 commit comments

Comments
 (0)