We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
!embedhelp
1 parent 00ffcf4 commit 1dfa5f7Copy full SHA for 1dfa5f7
snippets/snippets.code-snippets
@@ -152,11 +152,11 @@
152
"prefix": "!embedhelp",
153
"body": [
154
"class MyNewHelp(commands.MinimalHelpCommand):",
155
- "async def send_pages(self):",
156
- " destination = self.get_destination()",
157
- " for page in self.paginator.pages:",
158
- " embed = discord.Embed(description=page)",
159
- " await destination.send(embed=embed)"
+ " async def send_pages(self):",
+ " destination = self.get_destination()",
+ " for page in self.paginator.pages:",
+ " embed = discord.Embed(description=page)",
+ " await destination.send(embed=embed)"
160
],
161
"description": "A custom help command implementation that modifies the default help and uses embed"
162
},
@@ -246,5 +246,5 @@
246
"else:",
247
" $0"
248
]
249
- }
+ },
250
}
0 commit comments