1 2 3 4 5
from .trivia_interface_cog import TriviaInterfaceCog def setup(bot): bot.add_cog(TriviaInterfaceCog())