Files

7 lines
103 B
Python
Raw Permalink Normal View History

2021-11-28 18:55:39 -08:00
from .voicelogs import VoiceLogs
async def setup(bot):
cog = VoiceLogs(bot)
bot.add_cog(cog)