Renamed default settings file

This commit is contained in:
Noikoio 2018-08-28 11:21:42 -07:00
parent d06c3eb346
commit bf80c32402
2 changed files with 7 additions and 2 deletions

View file

@ -5,3 +5,8 @@ Info and invite link: https://bots.discord.pw/bots/447266583459528715
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.
## Setup
1. Install the necessary dependencies: `pytz`, `sqlite3`, and `discord.py` (rewrite branch).
2. Copy `settings_default.py` to `settings.py` and set your bot token.
3. Run `worldtime.py` using Python 3.

View file

@ -1,4 +1,4 @@
# WorldTime configuration settings
# WorldTime instance settings
# Bot token. Required to run.
BotToken = ''