6 lines
80 B
Python
6 lines
80 B
Python
|
|
from .dadjokes import DadJokes
|
||
|
|
|
||
|
|
|
||
|
|
def setup(bot):
|
||
|
|
bot.add_cog(DadJokes(bot))
|