update/remove deprecated help sub command

This commit is contained in:
SowinskiBraeden committed 2024-04-07 12:01:54 -07:00
1 parent 9ab1a43238
commit abdf469b34
2 files changed
+2 -8

No files matched your search

+1 -7
View File
@@ -54,13 +54,7 @@ module.exports = {
*/
run: async (client, interaction, args, start) => {
if (args[0].name == 'version') {
const versionEmbed = new EmbedBuilder()
.setTitle(`Current DayZR Bot Version`)
.setDescription(client.config.Version);
return interaction.send({ embeds: [versionEmbed] });
} else if (args[0].name == 'commands') {
if (args[0].name == 'commands') {
let Commands = client.commands.filter((cmd) => {
return !cmd.debug
}).map((cmd) =>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayzr-bot",
"version": "13.0.2",
"version": "13.0.3",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js",
"nodemonConfig": {