Skip to content

Commit 2982e9c

Browse files
committed
Fix !dpstrt snippet
1 parent 1cc4228 commit 2982e9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snippets/snippets.code-snippets

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
"",
99
"bot = commands.Bot(command_prefix=\"${1:!}\")",
1010
"",
11-
"@bot.event()",
11+
"",
12+
"@bot.event",
1213
"async def on_ready():",
1314
" print(f\"Logged in as {bot.user}\")",
1415
"",
16+
"",
1517
"@bot.command()",
1618
"async def hello(ctx):",
1719
" await ctx.send(\"Hello, I am a robot\")",

0 commit comments

Comments
 (0)