Skip to content

🌀️ Discord bot to format your discord server messages using good-looking embeds.

License

Notifications You must be signed in to change notification settings

pedrohegem/DevFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌀️ 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

About

🌀️ Discord bot to format your discord server messages using good-looking embeds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published