1
0
Fork 0
mirror of synced 2024-05-20 12:32:26 +12:00

Changed description of the calendar command

This commit is contained in:
phxntxm 2016-07-18 18:40:09 -05:00
parent 63a040be28
commit de5503d5ea

View file

@ -23,7 +23,7 @@ class Core:
@commands.command()
@checks.customPermsOrRole("send_messages")
async def calendar(self, month: str=None, year: int=None):
"""Provides a printout of the current date
"""Provides a printout of the current month's calendar
Provide month and year to print the calendar of that year and month"""
months = {
"january": 1,