We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da79b03 commit 5757b1eCopy full SHA for 5757b1e
main.py
@@ -246,7 +246,7 @@ async def daily(context, day: str = None):
246
247
248
@bot.command(name='stars', help='Will give the time of completion of each star for specified day')
249
-async def daily(context, day: str = None):
+async def stars(context, day: str = None):
250
# The default day calculation cannot be in the function default value because the default
251
# value is evaluated when the program is started, not when the function is called
252
if day is None:
0 commit comments