Skip to content

Update README.md #1

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ The project is a chatbot written in Python 3 primarily for use with Discord. Cur
## Features

### Weather
This week's weather. This uses the user's saved location if they set one:
This week's weather. This uses the user's saved loca:ption if they set one:

![The week's weather](images/week_weather.png)

Expand Down Expand Up @@ -93,4 +93,4 @@ The `global_config` object in `config.py` is also a bit of a bad design in my op

I am happy with the [Redis](https://redis.io/) integration as this was my first time trying out a NoSQL solution. I feel that its simplicity made it easier to work with than your traditional SQL solution, which would require the creation and management of tables and schemata. If we did go with an SQL solution, I think the use of an ORM (Object-Relational Mapping) framework such as [SQLAlchemy](https://www.sqlalchemy.org/) would've kept the team efficient.

I also wished I spent more time working on refining and creating features to give the bot much more personality. But as I whole, I am happy with the outcome.
I also wished I spent more time working on refining and creating features to give the bot much more personality. But as I whole, I am happy with the outcome.