Skip to content

Commit ce89ce3

Browse files
committed
Fixed help string for game commands
1 parent d2ce27b commit ce89ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ volume - Changes the player's volume
2929
<question>
3030
fortune|quote - Fortune Cookie!
3131
<category>[factoid|fortune|people]
32+
meme|maymay - Get MayMays
3233
poll - Create a quick poll
3334
<question> <choices>
3435
quiz|trivia - Start a quiz game

hexbot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ async def meme(self, ctx):
770770
await kclient.close()
771771

772772

773-
774773
bot = commands.Bot(command_prefix=commands.when_mentioned_or("~"),
775774
description='Relatively simply awesome bot.',
776775
case_insensitive=True)
@@ -793,7 +792,7 @@ async def help(ctx):
793792
embed.set_footer(text="HexBot by [Prototype]#7731✨")
794793

795794
embed.add_field(name=":musical_note: Music Commands:", value="```join|connect - Joins a voice channel\nlyrics - Get lyrics of current song\nnp - Displays now playing song\npause - Pauses the current song\nplay|p <song> - Plays specified song\nqueue|q - Displays current queue\nresume - Resumes the paused song\nsave|star - Save song to your DM\nskip - Skips current song\nstop|dis - Stops and disconnects bot\nvolume - Changes the player's volume```", inline=False)
796-
embed.add_field(name=":joystick: Game Commands:", value="```join|connect - Joins a voice channel\nlyrics - Get lyrics of current song\nmeme - Get MayMays\nnp - Displays now playing song\npause - Pauses the current song\nplay|p <song> - Plays specified song\nqueue|q - Displays current queue\nresume - Resumes the paused song\nskip - Skips current song\nstop|dis - Stops and disconnects bot\nvolume - Changes the player's volume```", inline=False)
795+
embed.add_field(name=":joystick: Game Commands:", value="```8ball - Magic 8Ball!\n\t<question>\nfortune|quote - Fortune Cookie!\n\t<category>[factoid|fortune|people]\nmeme|maymay - Get MayMays\npoll - Create a quick poll\n\t<question> <choices>\nquiz|trivia - Start a quiz game\ntally - Tally the created poll\nteams - Makes random teams(def. 2)\ntoss|flip - Flips a Coin\nttt - Play Tic-Tac-Toe!\nxkcd|comic - Get random xkcd comics```", inline=False)
797796
embed.add_field(name=":tools: Misc Commands:", value="```convert - Converts currency\n\t<val><from><to>\nclear|cls - Delete the messages\nhelp - Display this message\nlist - Displays the list of\n\t\t\t\tvoice connected users\nping|latency - Pong!\ntrace <ip> - Locate IP address\nweather <loc> - Get weather of location```", inline=False)
798797

799798

0 commit comments

Comments
 (0)