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