1
0
Fork 0
mirror of synced 2024-06-03 03:04:33 +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() @commands.command()
@checks.customPermsOrRole("send_messages") @checks.customPermsOrRole("send_messages")
async def calendar(self, month: str=None, year: int=None): 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""" Provide month and year to print the calendar of that year and month"""
months = { months = {
"january": 1, "january": 1,