Adding more text into Enso commands

pull/8/head
sgoudham 4 years ago
parent a3d51c79d8
commit 3262f8d381

@ -100,7 +100,7 @@ def help_menu(self, guild_icon):
enso_fields = [ enso_fields = [
(f"**{self.ctx.prefix}enso `<person>`**", (f"**{self.ctx.prefix}enso `<person>`**",
"\nShows Specified Image of User" + "\nShows Specified Image of User" +
f"\n(Using **{self.ctx.prefix}enso** by itself shows random image of )", f"\n(Using **{self.ctx.prefix}enso** by itself shows random image of users in the server)",
True), True),
(f"**{self.ctx.prefix}enso `list`**", (f"**{self.ctx.prefix}enso `list`**",
"\nReturns all Users", False), "\nReturns all Users", False),

Loading…
Cancel
Save