Skip to content

Commit 5757b1e

Browse files
committed
Change function name of !stars
1 parent da79b03 commit 5757b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ async def daily(context, day: str = None):
246246

247247

248248
@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):
249+
async def stars(context, day: str = None):
250250
# The default day calculation cannot be in the function default value because the default
251251
# value is evaluated when the program is started, not when the function is called
252252
if day is None:

0 commit comments

Comments
 (0)