8000 GitHub - RoboZero/SwampFriend: A template for a Discord.js bot written in Typescript and consistent with the Discord.js v14 guides.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

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

No packages published

Languages

  • TypeScript 100.0%
0