A discord bot based off discord.js created to format your discord server messages.
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
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
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
Displays how to set proper inputs to .format command