Added /drawtriangle command
This commit is contained in:
16
README.md
16
README.md
@@ -1,17 +1,17 @@
|
||||
# NoMoreAcronyms
|
||||
|
||||
This is a bot that identifies abbreviations in a sentence and replaces them with the written out phrase!<br>
|
||||
Example:<br>
|
||||
This is a bot that identifies abbreviations in a sentence and replaces them with the written out phrase!\n
|
||||
Example:\n
|
||||

|
||||
<br>
|
||||
\n
|
||||
To run an instance of this bot, define your bot token, guildId (Server ID), and client ID in key.json, then run:
|
||||
<br>
|
||||
\n
|
||||
`npm install discord.js`
|
||||
<br>
|
||||
\n
|
||||
After that, register the bot commands:
|
||||
<br>
|
||||
\n
|
||||
`node deploy-commands.js`
|
||||
<br>
|
||||
\n
|
||||
And now all you need to do is start the bot!
|
||||
<br>
|
||||
\n
|
||||
`node main.ts`
|
||||
|
Reference in New Issue
Block a user