Update Readme and License information

And setting the copyright year to 2020 a little bit ahead of time.
This commit is contained in:
Noi 2019-12-26 15:19:52 -08:00
parent 7dcae5847f
commit aec8cdffa3
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 Noikoio <noikoio1 AT gmail.com>
Copyright (c) 2018-2020 Noi <noithecat AT protonmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -1,13 +1,13 @@
# World Time
A social time zone reference tool! Displays the current time for all your active members.
* Info: https://discord.bots.gg/bots/447266583459528715
* Invite: https://discordapp.com/oauth2/authorize?client_id=447266583459528715&scope=bot&permissions=0
A common problem since the beginning of the Internet: You find yourself in an online community with users scattered all over different time zones. You seek people to talk to, but they're idle. You are reminded of the concept of time zones and begin to wonder: what if this is not a good time for them?
This bot aims to answer the age-old question, "What time is it for everyone?" Users specify their time zones. Others users can then ask the bot what time it is for a person in particular, or get an overview of the most common time zones amongst recently active members.
For more information, see the `DiscordBots.md` file.
## Setup
1. Install the necessary dependencies: `pytz`, `psycopg2`, and `discord.py` (rewrite branch).
1. Install the necessary dependencies: `pytz`, `psycopg2`, `discord.py`
2. Copy `settings_default.py` to `settings.py` and configure as needed.
3. Run `worldtime.py`.