6 lines
71 B
Python
6 lines
71 B
Python
from .region import Region
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Region())
|