6 lines
77 B
6 lines
77 B
![]()
7 years ago
|
from .lseen import LastSeen
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(LastSeen(bot))
|