fix garfbot help
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 17s

This commit is contained in:
2025-06-06 01:22:29 -05:00
parent af1c689fe7
commit aecafc53fc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ GarfBot is a discord bot that uses OpenAI's generative pre-trained models to pro
`garfping {target}` `garfping {target}`
<br>Responds with iputils-ping result from target. <br>Responds with iputils-ping result from target.
`garfpic {target}` `garfdns {target}`
<br>Responds with dns lookup result from target. <br>Responds with dns lookup result from target.
`garfhack {target}` `garfhack {target}`

View File

@ -122,7 +122,7 @@ async def on_message(message):
inline=True, inline=True,
) )
embed.add_field( embed.add_field(
name="garfpic `target`", name="garfdns `target`",
value="*Responds with dns lookup result from target.*", value="*Responds with dns lookup result from target.*",
inline=True, inline=True,
) )