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