Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from ExtraRandom/master
Browse files Browse the repository at this point in the history
rd desc
  • Loading branch information
David Jetelina authored and David Jetelina committed May 17, 2016
2 parents 68f9f99 + 99d183e commit 61b7162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def _sf(self):
time = get_time()
await s.destructmsg("**San Francisco**: {} (GMT-7)".format(time["sf"]), 30, self.bot)

@commands.command(hidden=True)
@commands.command(description=desc.rd, brief=desc.rd)
async def rd(self):
ow_rd = datetime(2016, 5, 24, 0, 0, 0)
bf_rd = datetime(2016, 10, 21, 0, 0, 0)
Expand Down
1 change: 1 addition & 0 deletions descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
time_london = "Checks local time in London and it's GMT position"
time_ny = "Checks local time in New York and it's GMT position"
time_sf = "Checks local time in San Francisco and it's GMT position"
rd = "List of games and countdown till their releases"

"""
STATS
Expand Down

0 comments on commit 61b7162

Please sign in to comment.