self.village_channel=awaitself.guild.create_text_channel("Village Square",overwrites=overwrite,reason="New game of werewolf",category=self.channel_category)
message=awaitself.village_channel.send("Everyone will now vote whether to lynch {}\n👍 to save, 👎 to lynch\n*Majority rules, no-lynch on ties, vote both or neither to abstain, 15 seconds to vote*".format(target.mention))
message=awaitself.village_channel.send(
"Everyone will now vote whether to lynch {}\n"
"👍 to save, 👎 to lynch\n"
"*Majority rules, no-lynch on ties, "
"vote both or neither to abstain, 15 seconds to vote*".format(target.mention))
awaitself.village_channel.add_reaction("👍")
awaitself.village_channel.add_reaction("👍")
awaitself.village_channel.add_reaction("👎")
awaitself.village_channel.add_reaction("👎")
@ -238,7 +250,9 @@ class Game:
ifself.used_votes>=self.day_vote_count:
ifself.used_votes>=self.day_vote_count:
awaitself.village_channel.send("**All votes have been used! Day is now over!**")
awaitself.village_channel.send("**All votes have been used! Day is now over!**")
else:
else:
awaitself.village_channel.send("**{}**/**{}** of today's votes have been used!\nNominate carefully..".format(self.used_votes,self.day_vote_count))
awaitself.village_channel.send(
"**{}**/**{}** of today's votes have been used!\n"