fix garfbot help
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 17s
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 17s
This commit is contained in:
@ -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}`
|
||||||
|
@ -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,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user