Add pingtime
This commit is contained in:
5
pingtime/__init__.py
Normal file
5
pingtime/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .pingtime import Pingtime
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(Pingtime(bot))
|
||||
Reference in New Issue
Block a user