mirror of
https://github.com/NoiTheCat/WorldTime.git
synced 2024-11-21 14:34:36 +00:00
Update Readme and License information
And setting the copyright year to 2020 a little bit ahead of time.
This commit is contained in:
parent
7dcae5847f
commit
aec8cdffa3
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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:
|
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:
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# World Time
|
# World Time
|
||||||
|
|
||||||
|
A social time zone reference tool! Displays the current time for all your active members.
|
||||||
|
|
||||||
* Info: https://discord.bots.gg/bots/447266583459528715
|
* Info: https://discord.bots.gg/bots/447266583459528715
|
||||||
* Invite: https://discordapp.com/oauth2/authorize?client_id=447266583459528715&scope=bot&permissions=0
|
* 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?
|
For more information, see the `DiscordBots.md` file.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Setup
|
## 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.
|
2. Copy `settings_default.py` to `settings.py` and configure as needed.
|
||||||
3. Run `worldtime.py`.
|
3. Run `worldtime.py`.
|
||||||
|
|
Loading…
Reference in a new issue