mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Generalize boilerplates to "Konpeki Discord Bot"
This commit is contained in:
parent
fd08706eb0
commit
f26afaf441
8 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
*
|
||||
* Todo: Allow users to choose between the sizes as an optional dropdown
|
||||
|
|
|
@ -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
|
||||
*
|
||||
* See https://discordjs.guide/popular-topics/embeds.html for more information on embeds
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Konpeki Shiho - Slash Command Definition File
|
||||
* Konpeki Discord Bot - Slash Command Definition File
|
||||
* ping.js - A simple ping function
|
||||
*
|
||||
* Function modified from https://discordjs.guide/creating-your-bot/slash-commands.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Konpeki Shiho - Slash Command Definition File
|
||||
* Konpeki Discord Bot - Slash Command Definition File
|
||||
* rtd-ephemeral.js - In-Dev function
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Konpeki Shiho - Slash Command Definition File
|
||||
* Konpeki Discord Bot - Slash Command Definition File
|
||||
* rtd.js - In-Dev function
|
||||
*/
|
||||
|
||||
|
|
2
index.js
2
index.js
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Konpeki Shiho - Main Bot File
|
||||
* Konpeki Discord Bot - Main Bot File
|
||||
* All base level bot setup is done here
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*
|
||||
* Though console.error() and console.warn() exist, they don't exactly fit what is wanted here.
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue