5 lines
79 B
5 lines
79 B
![]()
7 years ago
|
from .werewolf import Werewolf
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(Werewolf(bot))
|