summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn1c00o <git.n1c00o@gmail.com>2023-01-03 12:43:09 +0100
committern1c00o <git.n1c00o@gmail.com>2023-01-03 12:43:09 +0100
commite26ed84c6f349f1ee514cf23f502a0178ed2457e (patch)
tree3bbe5c701fdb91c5c8bdcf59aa7093d78ce935e5
parent2d000a220c7518f4d10c5e6ef1ee488602f12b7e (diff)
Apply requested changes on information
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index a1f75ad..7b987e4 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,17 @@
This document illustrates the process of creating a Discord Bot using the
Nova platform.
-The Bot interacts with Nova using a library following the popular
-[Discord.js](https://discord.js.org) structure.
> Credentials should always be private.
<img src="imgs/nova1.png">
![An example of a Ping command, calculating the latency in a loca network.](imgs/nova1.png)
+# What you'll be doing
+
+The example Bot executes `ping`s (ICMP Echo) requests using Application Commands,
+also known as Slash Commands.
+
## Getting Started
### Configuring the Bot
@@ -49,7 +52,7 @@ Then you simply run `npm install` to install the required dependencies.
### Registering Commands
Application Commands need to be registered to Discord ahead-of-run.
-This usely is a one-time operation.
+This usually is a one-time operation.
This step is thus optional if you already have registered the commands.
The `register.ts` utility does the job for you.