Skip to content

Commit

Permalink
Add test message
Browse files Browse the repository at this point in the history
  • Loading branch information
JedHazaymeh committed Jan 29, 2024
1 parent 568227d commit 17f8aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class HelloWorld(discord.Extension):
@discord.slash_command("hello", description="Say hello!")
async def hello(self, ctx: discord.SlashContext):
"""A simple hello world command"""
await ctx.send("Hello, world!")
await ctx.send("Hello, world! ~ from the review branch")

@discord.slash_command(
"base_command", description="A base command, to expand on"
Expand Down

0 comments on commit 17f8aaf

Please sign in to comment.