Skip to content

Commit 160644e

Browse files
author
taranvohra
committed
update README
1 parent 24932aa commit 160644e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ Adds you to the list of captains of the filled pug. Team color is RNG.
138138
Shows the `current picking` states of filled pug(s).
139139

140140
**pick, p** 😸<br/>
141-
`Usage -> .pick index`
141+
`Usage -> .pick index index2(?)`
142142

143-
Picks at the user at the mentioned index and add them to your team.
143+
Picks at the user at the mentioned index and add them to your team. `index2` **can** be specified if bot asks you to pick 2 players.
144144

145145
💲 **Bonus Usage** 💲
146146
You can do a random pick by typing `random` instead of the index.

src/log.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createLogger, format, transports } from 'winston';
22
import 'winston-daily-rotate-file';
33

4-
const { combine, timestamp, prettyPrint, printf, colorize } = format;
4+
const { combine, timestamp, printf, colorize } = format;
55
const errorStackFormat = format((info) => {
66
if (info instanceof Error) {
77
return Object.assign({}, info, {

0 commit comments

Comments
 (0)