Skip to content

Commit

Permalink
Change hello command
Browse files Browse the repository at this point in the history
  • Loading branch information
novanai committed Jan 31, 2024
1 parent 828c307 commit a097cbf
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 @@ -11,7 +11,7 @@
@arc.slash_command("hello", "Say hello!")
async def hello(ctx: arc.GatewayContext) -> None:
"""A simple hello world command"""
await ctx.respond("Hello, world!")
await ctx.respond("Hello from hikari!")


group = plugin.include_slash_group("base_command", "A base command, to expand on")
Expand Down

0 comments on commit a097cbf

Please sign in to comment.