5 lines
76 B
Python
5 lines
76 B
Python
|
from .podcast import Podcast
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(Podcast(bot))
|