diff --git a/commands/avatar.js b/commands/avatar.js index e23aa92..9ae3908 100644 --- a/commands/avatar.js +++ b/commands/avatar.js @@ -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 diff --git a/commands/embed-sample.js.disabled b/commands/embed-sample.js.disabled index 0831d39..32d6f54 100644 --- a/commands/embed-sample.js.disabled +++ b/commands/embed-sample.js.disabled @@ -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 diff --git a/commands/ping.js b/commands/ping.js index 3bfadaa..0c62520 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -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 diff --git a/commands/rtd-ephemeral.js b/commands/rtd-ephemeral.js index 56b8fb8..eaee118 100644 --- a/commands/rtd-ephemeral.js +++ b/commands/rtd-ephemeral.js @@ -1,5 +1,5 @@ /* -* Konpeki Shiho - Slash Command Definition File +* Konpeki Discord Bot - Slash Command Definition File * rtd-ephemeral.js - In-Dev function */ diff --git a/commands/rtd.js b/commands/rtd.js index bc1e32c..fe8c3a6 100644 --- a/commands/rtd.js +++ b/commands/rtd.js @@ -1,5 +1,5 @@ /* -* Konpeki Shiho - Slash Command Definition File +* Konpeki Discord Bot - Slash Command Definition File * rtd.js - In-Dev function */ diff --git a/index.js b/index.js index f087e32..191440c 100644 --- a/index.js +++ b/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 */ diff --git a/utils/logging.js b/utils/logging.js index 00be209..bc93f03 100644 --- a/utils/logging.js +++ b/utils/logging.js @@ -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. diff --git a/utils/pm2-metrics.js b/utils/pm2-metrics.js index 93c723a..1ea1649 100644 --- a/utils/pm2-metrics.js +++ b/utils/pm2-metrics.js @@ -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 */