Skip to content

Commit 67c1fdb

Browse files
committed
fix typo
1 parent b958570 commit 67c1fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/core/bot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def ping(ctx):
2323
async def source(ctx):
2424
await ctx.send(
2525
"I'm here: https://github.com/europython/internal-bot",
26-
supress_embeds=True,
26+
suppress_embeds=True,
2727
)
2828

2929

0 commit comments

Comments
 (0)