diff --git a/README.md b/README.md index f20b8ad..d750de1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ GarfBot is a discord bot that uses OpenAI's generative pre-trained models to pro `garfping {target}`
Responds with iputils-ping result from target. -`garfpic {target}` +`garfdns {target}`
Responds with dns lookup result from target. `garfhack {target}` diff --git a/garfmain.py b/garfmain.py index 09eb682..ed8d9fb 100644 --- a/garfmain.py +++ b/garfmain.py @@ -122,7 +122,7 @@ async def on_message(message): inline=True, ) embed.add_field( - name="garfpic `target`", + name="garfdns `target`", value="*Responds with dns lookup result from target.*", inline=True, )