Skip to content

RoboZero/SwampFriend

 
 

Repository files navigation

SwampFriend

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.

image image

Getting Started

Create a .env file containing 3 tokens:

  • BOT_TOKEN: The token for your bot
  • CLIENT_ID: The ID of the application
  • GUILD_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

Commands

/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.

Sources

https://discordjs.guide/

About

A template for a Discord.js bot written in Typescript and consistent with the Discord.js v14 guides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%