6 lines
92 B
Python
6 lines
92 B
Python
from .warcraftlogs import WarcraftLogs
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(WarcraftLogs(bot))
|