Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4cf35ec

Browse files
author
pruiz
committedDec 5, 2018
get everything ready for heroku
1 parent 9358835 commit 4cf35ec

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed
 

‎DegeneSix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from discord.ext.commands import Bot
44

55
BOT_PREFIX = ("?", "!")
6-
TOKEN = "" # Get at discordapp.com/developers/applications/me
6+
TOKEN = "eciYbw7g_rRAfQ3tFvPKwdHZ5dPGi5bB" # Get at discordapp.com/developers/applications/me
77

88
bot = Bot(command_prefix=BOT_PREFIX)
99

‎Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
worker: python3 DegeneSix.py

‎deesix.png

12.3 KB
Loading

‎deesix.xcf

117 KB
Binary file not shown.

‎requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
####### example-requirements.txt #######
3+
#
4+
###### Requirements without Version Specifiers ######
5+
numpy
6+
git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py
7+
#
8+
###### Requirements with Version Specifiers ######
9+
# See https://www.python.org/dev/peps/pep-0440/#version-specifiers
10+
#
11+
###### Refer to other requirements files ######
12+
-r other-requirements.txt
13+
#
14+
#

0 commit comments

Comments
 (0)
Please sign in to comment.