You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
embed=discord.Embed(title="Relatively simply awesome bot.", colour=discord.Colour(0x7f20a0), description="For more info you can visit [GitHub repo](https://github.com/1Prototype1/HexBot)")
embed.set_footer(text="HexBot by [Prototype]#7731✨")
356
+
357
+
embed.add_field(name=":musical_note: Music Commands:", value="```join - Joins a voice channel\npause - Pauses the current song\nplay|p - Plays specified song\nresume - Resumes the paused song\nstop|dis - Stops and disconnects the bot\nvolume - Changes the player's volume```", inline=False)
358
+
embed.add_field(name=":joystick: Game Commands:", value="```poll - Create a quick poll\n\t<question> <choices>\nquiz|trivia - Start a quiz game\ntally - Tally the created poll```", inline=False)
359
+
embed.add_field(name=":jigsaw: Misc Commands:", value="```clear|cls - Delete the messages\nfortune|quote - Fortune Cookie!\n\t<category>[factoid|fortune|people]\nhelp - Display this message\nlist - Displays the list of\n\t\t\t\tvoice connected users\nping|latency - Pong! \nteams - Makes random teams (def. 2)\ntoss|flip - Flips a Coin```", inline=False)
0 commit comments