Skip to content

Commit

Permalink
Changed help message
Browse files Browse the repository at this point in the history
  • Loading branch information
SiebeBaree committed Jul 3, 2022
1 parent 3826ea0 commit 922216b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/business/company.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ module.exports.help = {
extraFields: [
{ name: "General Information", value: "Create a business and buy factories. You can produce items in those factories and sell them for a profit when the items are produced.", inline: false },
{ name: "Factories", value: "Factories are responsible to produce items. For more information use `/help factory`.", inline: false },
{ name: "Inventory", value: "View your inventory and sell any items. All sold items will be paid into your companies bank account. To deposit or withdraw money from that bank account please use `/company deposit <amount>` or `/company withdraw <amount>`.", inline: false }
{ name: "Inventory", value: "View your inventory and sell any items. All sold items will be paid into your companies bank account. To earn money from your company please use `/work`.", inline: false }
],
memberPermissions: [],
botPermissions: [],
Expand Down

0 comments on commit 922216b

Please sign in to comment.