fix(time): Correct name in diffstr.
This commit is contained in:
@@ -103,7 +103,7 @@ class TimeCog(LionCog):
|
|||||||
name = name or await authprofile.get_name()
|
name = name or await authprofile.get_name()
|
||||||
|
|
||||||
if target:
|
if target:
|
||||||
tdiffstr = await self.time_diff(targettz, authtz, name)
|
tdiffstr = await self.time_diff(targettz, authtz, await authprofile.get_name())
|
||||||
msg = f"The current time for {name} is {timestr}{tdiffstr}"
|
msg = f"The current time for {name} is {timestr}{tdiffstr}"
|
||||||
else:
|
else:
|
||||||
msg = f"The current time for {name} is {timestr}"
|
msg = f"The current time for {name} is {timestr}"
|
||||||
|
|||||||
Reference in New Issue
Block a user