6 lines
105 B
Python
6 lines
105 B
Python
from .voicelogs import VoiceLogs
|
|
|
|
|
|
async def setup(bot):
|
|
n = VoiceLogs(bot)
|
|
await bot.add_cog(n)
|