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