diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2023-01-03 12:43:09 +0100 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2023-01-03 12:43:09 +0100 |
| commit | e26ed84c6f349f1ee514cf23f502a0178ed2457e (patch) | |
| tree | 3bbe5c701fdb91c5c8bdcf59aa7093d78ce935e5 | |
| parent | 2d000a220c7518f4d10c5e6ef1ee488602f12b7e (diff) | |
Apply requested changes on information
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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">  +# 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. |
