Skip to content

Commit

Permalink
Clean up repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Feb 4, 2018
1 parent fcc7aea commit 08f4943
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ ENV/

# mypy
.mypy_cache/

# PyCharm
.idea/
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Python Utility Bot
==================

This project is a Discord bot specifically for use with our Discord server. It will provide numerous utilities
and other tools to help keep the server running like a well-oiled machine.
3 changes: 3 additions & 0 deletions bot/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# coding=utf-8

__author__ = "Gareth Coles"
File renamed without changes.

0 comments on commit 08f4943

Please sign in to comment.