A Discord.js bot written in TypeScript that lets you create an intro for yourself, allows you to seek out random intros of others, and view a person's intro.
Create a .env
file containing 3 tokens:
BOT_TOKEN
: The token for your botCLIENT_ID
: The ID of the applicationGUILD_ID
: The ID of the server where you are developing your bot
Install the necessary dependencies
npm install
Run the command register file
npm run register
Start the bot
npm run start
/intro
Creates a new intro for you if one does not exist, and gives you the option to edit your intro.
/seek
Grabs a random person's intro.
/grab
Grabs a specific person's intro.
/deleteintro
Deletes your intro from the system.