Added Args consistency
I also played around with the idea of multiple names like "Kit Kat" for a squirrel, but it was a massive pain. Ended up deciding hyphenated names were normal in Squirrel Society.
This commit is contained in:
parent
bac3dc6d1e
commit
d3b57984c1
3 changed files with 27 additions and 18 deletions
13
README.md
13
README.md
|
|
@ -1 +1,14 @@
|
|||
# NovaBot
|
||||
|
||||
This is a temporary read me, and if you have trouble running the bot feel free to contact me.
|
||||
|
||||
To used this bot:
|
||||
You must have node installed, and include the package discord.js.
|
||||
Then create a info.json file, and in it include this:
|
||||
{
|
||||
"key": "your discord key",
|
||||
"prefix": "!"
|
||||
}
|
||||
The key is the discord key for your bot, and the prefix is the command identifier, to say it a different way, the prefix is the character that goes before commands that the bot recoginizes.
|
||||
|
||||
Type `node main` in your terminal to start the bot.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue