6 lines
95 B
Python
6 lines
95 B
Python
from .tempvoice import TempVoice
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(TempVoice(bot))
|