Skip to content

Commit

Permalink
-forage to -skills
Browse files Browse the repository at this point in the history
  • Loading branch information
BitSquatch authored and BitSquatch committed Jan 19, 2018
1 parent ffc4fa2 commit 127225d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DDBot/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exports.run = (client, message, args) => {


//For
message.channel.send("'-forage' Run side skills 10 times").catch(console.error);
message.channel.send("'-forage x' Run side skills x times").catch(console.error);
message.channel.send("'-skills' Run side skills 10 times").catch(console.error);
message.channel.send("'-skills x' Run side skills x times").catch(console.error);

//Gen
message.channel.send("To stop the bot close the terminal opened when you ran it").catch(console.error);
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Bot to automate Discord Dungeon

## How to use
* '-help' shows usable commands
* '-forage' executes #!chop, #!mine, #!fish, #!forage every 300-350 seconds 10 times
* '-forage x' executes #!chop, #!mine, #!fish, #!forage every 300-350 seconds x times. x is an integer you enter. (ex. -forage 20)
* '-skills' executes #!chop, #!mine, #!fish, #!forage every 300-350 seconds 10 times
* '-skills x' executes #!chop, #!mine, #!fish, #!forage every 300-350 seconds x times. x is an integer you enter. (ex. -forage 20)
* '-adv' executes #!adv 2 every 15-20 seconds 10 times (Watch your health!)
* '-adv x' executes #!adv 2 every 15-20 seconds x times. x is an integer you enter (Watch your health!)

Expand Down

0 comments on commit 127225d

Please sign in to comment.