mirror of
https://github.com/NoiTheCat/WorldTime.git
synced 2024-11-21 14:34:36 +00:00
Fix dependency info and bot page link
This commit is contained in:
parent
24aff9c892
commit
f2c0c2f52e
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@
|
|||
|
||||
# World Time, a Discord bot. Displays user time zones.
|
||||
# - https://github.com/NoiTheCat/WorldTime
|
||||
# - https://bots.discord.pw/bots/447266583459528715
|
||||
# - https://discord.bots.gg/bots/447266583459528715
|
||||
|
||||
# Dependencies (install via pip or other means):
|
||||
# pytz, psycopg2, discord.py
|
||||
# How to install the latter: pip install -U git+https://github.com/Rapptz/discord.py
|
||||
# pytz, psycopg2-binary, discord.py
|
||||
|
||||
from discord import Intents
|
||||
from client import WorldTime
|
||||
|
|
Loading…
Reference in a new issue