what is hapening

This commit is contained in:
brandons209 2020-02-21 23:40:28 -05:00
parent b786a873ba
commit 09d19cfc75

View file

@ -620,7 +620,7 @@ class MoreAdmin(commands.Cog):
pass
if check_messages:
last_msgs = await self.config.member(member).last_msgs()
last_msgs = await self.config.member(user).last_msgs()
keys = sorted([float(k) for k in last_msgs.keys()])
_purge = datetime.fromtimestamp(keys[0])
msg = "Last Message Time"