6 lines
83 B
Python
6 lines
83 B
Python
|
from .worldzero import WorldZero
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(WorldZero(bot))
|