6 lines
68 B
Python
6 lines
68 B
Python
from .seen import Seen
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Seen(bot))
|