Skip to content

Commit 0df3128

Browse files
Merge pull request #115 from nerdguyahmad/patch-5
Add missing Bot.run() line
2 parents a574782 + 7e8c3e9 commit 0df3128

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/app_commands/slash_options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ async def hello(
1515
age: Option(int, "Enter your age", required=False, default=18),
1616
):
1717
await ctx.send(f"Hello {name}")
18+
19+
bot.run('TOKEN')

0 commit comments

Comments
 (0)