Add pingtime

This commit is contained in:
aikaterna
2018-05-03 17:22:59 -07:00
committed by GitHub
parent b903b30dd9
commit f580e2483d

5
pingtime/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .pingtime import Pingtime
def setup(bot):
bot.add_cog(Pingtime(bot))