0.7.2 update command usage

This commit is contained in:
SowinskiBraeden committed 2022-12-07 16:37:34 -08:00
1 parent e1770b0890
commit e760ced6e0
4 files changed
+4 -4

No files matched your search

+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
debug: false, debug: false,
global: false, global: false,
description: "view a list of armbads", description: "view a list of armbads",
usage: "[cmd] [opts]", usage: "",
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: "view a list of allowed channels", description: "view a list of allowed channels",
usage: "[cmd] [opts]", usage: "",
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: "claim an available armband for your ", description: "claim an available armband for your ",
usage: "[cmd] [opts]", usage: "[role]",
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: "view the armband of a faction", description: "view the armband of a faction",
usage: "[cmd] [opts]", usage: "",
permissions: { permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
member: [], member: [],