Generalize boilerplates to "Konpeki Discord Bot"

This commit is contained in:
Michael 2022-12-16 07:00:03 -05:00
parent fd08706eb0
commit f26afaf441
8 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Slash Command Definition File * Konpeki Discord Bot - Slash Command Definition File
* avatar.js - A primative Discord avatar grabbing function * avatar.js - A primative Discord avatar grabbing function
* *
* Todo: Allow users to choose between the sizes as an optional dropdown * Todo: Allow users to choose between the sizes as an optional dropdown

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Slash Command Definition File * Konpeki Discord Bot - Slash Command Definition File
* embed-sample.js - A simple generator for embeds to test the possibilities avalible * embed-sample.js - A simple generator for embeds to test the possibilities avalible
* *
* See https://discordjs.guide/popular-topics/embeds.html for more information on embeds * See https://discordjs.guide/popular-topics/embeds.html for more information on embeds

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Slash Command Definition File * Konpeki Discord Bot - Slash Command Definition File
* ping.js - A simple ping function * ping.js - A simple ping function
* *
* Function modified from https://discordjs.guide/creating-your-bot/slash-commands.html * Function modified from https://discordjs.guide/creating-your-bot/slash-commands.html

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Slash Command Definition File * Konpeki Discord Bot - Slash Command Definition File
* rtd-ephemeral.js - In-Dev function * rtd-ephemeral.js - In-Dev function
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Slash Command Definition File * Konpeki Discord Bot - Slash Command Definition File
* rtd.js - In-Dev function * rtd.js - In-Dev function
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Main Bot File * Konpeki Discord Bot - Main Bot File
* All base level bot setup is done here * All base level bot setup is done here
*/ */

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Utility Definition File * Konpeki Discord Bot - Utility Definition File
* logging.js - A custom logging script to apply information to output * logging.js - A custom logging script to apply information to output
* *
* Though console.error() and console.warn() exist, they don't exactly fit what is wanted here. * Though console.error() and console.warn() exist, they don't exactly fit what is wanted here.

View file

@ -1,5 +1,5 @@
/* /*
* Konpeki Shiho - Utility Definition File * Konpeki Discord Bot - Utility Definition File
* pm2-metrics.js - A place to keep all pm2 metrics and error definitions * pm2-metrics.js - A place to keep all pm2 metrics and error definitions
*/ */