Skip to content
Permalink
Browse files
Deleted old files
  • Loading branch information
hollan84 committed May 3, 2020
1 parent 89bacdc commit c2d66943d328881e37a590cdce48e343d9db4a20
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 90 deletions.
@@ -1 +1,2 @@
.env
nicknames/

This file was deleted.

0 __pycache__/status.cpython-37.pyc 100644 → 100755
Empty file.
@@ -1,6 +1,7 @@
def environment():
import os.path

'''Checks to see if there is an environment file'''
if os.path.isfile('.env'):
overwrite = input("Would you like to overwrite your current credentials? (y/n)")
overwrite = overwrite.lower()
@@ -9,6 +10,7 @@ def environment():
else:
return

'''Gets information'''
token = input("Input your bot token here > ")
serverIP = input("Input your server URL/IP here > ")
port = input("Input your bot port here (If you don't know it, leave blank) > ")

This file was deleted.

0 comments on commit c2d6694

Please sign in to comment.