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