|
|
@ -1,12 +1,11 @@
|
|
|
|
import discord
|
|
|
|
import discord
|
|
|
|
from discord.ext import commands
|
|
|
|
from discord.ext import commands
|
|
|
|
from redbot.core import Config, checks, RedContext
|
|
|
|
from redbot.core import Config, checks, RedContext
|
|
|
|
|
|
|
|
|
|
|
|
from redbot.core.bot import Red
|
|
|
|
from redbot.core.bot import Red
|
|
|
|
|
|
|
|
from redbot.core.utils.menus import menu, DEFAULT_CONTROLS
|
|
|
|
|
|
|
|
|
|
|
|
from werewolf.builder import GameBuilder, role_from_name, role_from_alignment, role_from_category, role_from_id
|
|
|
|
from werewolf.builder import GameBuilder, role_from_name, role_from_alignment, role_from_category, role_from_id
|
|
|
|
from werewolf.game import Game
|
|
|
|
from werewolf.game import Game
|
|
|
|
from redbot.core.utils.menus import menu, DEFAULT_CONTROLS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Werewolf:
|
|
|
|
class Werewolf:
|
|
|
@ -388,4 +387,3 @@ class Werewolf:
|
|
|
|
return False, None, None, None, None
|
|
|
|
return False, None, None, None, None
|
|
|
|
|
|
|
|
|
|
|
|
return True, role, category, channel, log_channel
|
|
|
|
return True, role, category, channel, log_channel
|
|
|
|
|
|
|
|
|
|
|
|