5 lines
67 B
Python
5 lines
67 B
Python
|
|
from .quiz import Quiz
|
||
|
|
|
||
|
|
def setup(bot):
|
||
|
|
bot.add_cog(Quiz(bot))
|