Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Nov 1, 2019
1 parent fbaa7fb commit 7853a0e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# hackSheffield 5 Discord Bot

<img style="max-width: 300px;" src="logo.jpg?raw-true">)

Type `!time` to see how long is remaining!

## Installation

```bash
$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install -r requirements.txt
(.venv) $ cat config_template.json > config.json
```

Fill out the `config.json` with the correct credentials.

## Development

```bash
(.venv) $ python -m hs_bot
```
## Contribution

[Will Russell](https://github.com/wrussell1999)
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7853a0e

Please sign in to comment.