Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (31 loc) · 1.25 KB

🌀️ DevFormatter

A discord bot based off discord.js created to format your discord server messages.

🔹️ Installation

This bot is written to run on top of node.js. Please see https://nodejs.org/en/download/

Use a packet manager of your preference to install all dependencies. I personally recommend npm or yarn

npm/yarn install

Since dotenv is used to keep your bot token secure, create an .env file in your root directory and add your token as follows:

TOKEN= youractualtokenhere

🔹️ Getting started

This is also a self-hosted bot – meaning you will need to host and maintain your own instance.
Running the bot:

npm/yarn start

Development:

npm/yarn run server

🔹️ Commands

🔸️ Format

Creates and sends an embed message based on the args: title, description and url

.format tittle -d description -u url

Argument description is optional, in case you don't want to provide a description, leave it blank but don't forget to KEEP the -d

🔸️ Help

Displays how to set proper inputs to .format command

🔹️ Example

Example Image