Skip to content

Commit 1dfa5f7

Browse files
committed
Fixed indentation in !embedhelp
1 parent 00ffcf4 commit 1dfa5f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

snippets/snippets.code-snippets

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@
152152
"prefix": "!embedhelp",
153153
"body": [
154154
"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)"
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)"
160160
],
161161
"description": "A custom help command implementation that modifies the default help and uses embed"
162162
},
@@ -246,5 +246,5 @@
246246
"else:",
247247
" $0"
248248
]
249-
}
249+
},
250250
}

0 commit comments

Comments
 (0)