update/cmd usage + descriptions

This commit is contained in:
SowinskiBraeden committed 2023-09-09 23:31:00 -07:00
1 parent 3651e7ab68
commit 28737c5756
20 files changed
+21 -21

No files matched your search

+2 -2
View File
@@ -7,8 +7,8 @@ module.exports = {
name: "admin", name: "admin",
debug: false, debug: false,
global: false, global: false,
description: "Connect a users gamertag for them", description: "Administrative only commands",
usage: "[user] [gamertag]", usage: "[command] [options]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: [], member: [],
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
debug: false, debug: false,
global: false, global: false,
description: "Create a Zone Ping Alarm", description: "Create a Zone Ping Alarm",
usage: "[cmd] [opt]", usage: "[command] [options]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: ["MANAGE_GUILD"], member: ["MANAGE_GUILD"],
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
name: "armbands", name: "armbands",
debug: false, debug: false,
global: false, global: false,
description: "view a list of armbads", description: "View a list of armbads",
usage: "", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
debug: false, debug: false,
global: false, global: false,
description: "Manage your banking", description: "Manage your banking",
usage: "[cmd] [opt]", usage: "[command] [options]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: [], member: [],
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
debug: false, debug: false,
global: false, global: false,
description: "Set or view bounties", description: "Set or view bounties",
usage: "[cmd] [opt]", usage: "[command] [options]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: [], member: [],
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
name: "channels", name: "channels",
debug: false, debug: false,
global: false, global: false,
description: "view a list of allowed channels", description: "View a list of allowed channels",
usage: "", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
name: "claim", name: "claim",
debug: false, debug: false,
global: false, global: false,
description: "claim an available armband for your ", description: "Claim an available armband for your faction",
usage: "[role]", usage: "[role]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
name: "collect-income", name: "collect-income",
debug: false, debug: false,
global: false, global: false,
description: "collect your income", description: "Collect your income",
usage: "", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
debug: false, debug: false,
global: false, global: false,
description: "Configure your server settings", description: "Configure your server settings",
usage: "[opt] [action] [value]", usage: "[options] [configuration]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: ["MANAGE_GUILD"], member: ["MANAGE_GUILD"],
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
debug: false, debug: false,
global: false, global: false,
description: "Admin controlled events", description: "Admin controlled events",
usage: "[event] [opt]", usage: "[event] [option]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: [], member: [],
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
name: "excluded", name: "excluded",
debug: false, debug: false,
global: false, global: false,
description: "view a list of excluded roles", description: "View a list of excluded roles",
usage: "", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
name: "factions", name: "factions",
debug: false, debug: false,
global: false, global: false,
description: "view the armband of a faction", description: "View the armband of a faction",
usage: "[role]", usage: "[role]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
name: "gamertag-link", name: "gamertag-link",
debug: false, debug: false,
global: false, global: false,
description: "Connect DayZ account to gain server access", description: "Connect DayZ stats to your Discord",
usage: "[gamertag]", usage: "[gamertag]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
name: "gamertag-unlink", name: "gamertag-unlink",
debug: false, debug: false,
global: false, global: false,
description: "Disconnect gamertag", description: "Disconnect DayZ stats from your Discord",
usage: "", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
debug: false, debug: false,
global: false, global: false,
description: "Search for a users discord or gamertag", description: "Search for a users discord or gamertag",
usage: "[cmd] [param]", usage: "[option] [parameter]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: [], member: [],
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
name: "player-list", name: "player-list",
debug: false, debug: false,
global: false, global: false,
description: "get current online players", description: "Get current online players",
usage: "", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
name: "purchase-emp", name: "purchase-emp",
debug: false, debug: false,
global: false, global: false,
description: "EMP an Alarm to prevent any updates for 30 minutes.", description: "EMP an Alarm to prevent any updates for 30 minutes",
usage: "", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
name: "reset", name: "reset",
debug: false, debug: false,
global: false, global: false,
description: "Reset a users data", description: "Reset a users Banking data",
usage: "[user]", usage: "[user]",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
+1 -1
View File
@@ -30,7 +30,7 @@ module.exports = {
{ name: 'Latency', value: `${end - start}ms`, inline: true }, { name: 'Latency', value: `${end - start}ms`, inline: true },
{ name: 'Uptime', value: `${client.secondsToDhms(process.uptime().toFixed(2))}`, inline: true }, { name: 'Uptime', value: `${client.secondsToDhms(process.uptime().toFixed(2))}`, inline: true },
{ name: 'Bot Version', value: `${client.config.Dev} v${client.config.Version}`, inline: true }, { name: 'Bot Version', value: `${client.config.Dev} v${client.config.Version}`, inline: true },
{ name: 'Discord Version', value: 'Discord.js v14.3.0', inline: true }, { name: 'Discord Version', value: 'Discord.js ^14.8.0', inline: true },
) )
return interaction.send({ embeds: [stats] }) return interaction.send({ embeds: [stats] })
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayzr-bot", "name": "dayzr-bot",
"version": "9.9.5", "version": "9.9.6",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {