def help(self):
embed = discord.Embed(title="gameR Commands", colour=discord.Colour(0xdc4643), timestamp=datetime.datetime.utcfromtimestamp(1490339531))
embed.set_thumbnail(url="https://cdn.discordapp.com/app-icons/293110345076047893/15e2a6722723827ff9bd53ca787df959.jpg")
embed.set_author(name="CSSS-Minion", icon_url="https://cdn.discordapp.com/app-icons/293110345076047893/15e2a6722723827ff9bd53ca787df959.jpg")
embed.set_footer(text="CSSS-Minion", icon_url="https://cdn.discordapp.com/app-icons/293110345076047893/15e2a6722723827ff9bd53ca787df959.jpg")
embed.add_field(name=".help", value="Displays this help menu.")
embed.add_field(name=".new <game>", value="Start a new game and join it with the given id")
embed.add_field(name=".join <game>", value="Joins the given game id")
embed.add_field(name=".players <game>", value="Lists players in a game")
embed.add_field(name=".list", value="Lists all games")
embed.add_field(name=".start", value="Starts the current game your in")
embed.add_field(name=".fire", value="When its your turn fire the curretly loaded chamber in the gun")
embed.add_field(name=".spin", value="When its your turn, randomize the location of the bullet and fire, everytime you spin you fire once more")
embed.add_field(name=".leave", value="Once a game is done you can leave the room")
embed.add_field(name=".restart", value="Once a game is done, reset the room to get ready to start again, and let new people join")
embed.add_field(name=".room", value="Displays your current game")
embed.add_field(name="Source Code", value="https://github.com/henrymzhao/csss-minion/")
await self.bot.say(embed=embed)
await removeAfterDelay(self.bot,ctx.message)
评论列表
文章目录