Added /drawtriangle command

This commit is contained in:
2023-04-04 20:50:02 -05:00
parent 9cec9c0c9f
commit a61fa8f4f2
2 changed files with 128 additions and 8 deletions

View File

@@ -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
![Example](images/example.png)
<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`