Skip to content

Commit d028269

Browse files
committed
quotes: Allow viewing pages in DMs
1 parent c68c7b7 commit d028269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/quotes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ export const command: PSCommand = {
479479
page: {
480480
name: 'page',
481481
aliases: ['g'],
482-
flags: { routePMs: true, allowPMs: false },
482+
flags: { routePMs: true, allowPMs: true },
483483
help: 'Sends the user an HTML page of quotes.',
484484
syntax: 'CMD [page number?]',
485485
async run({ message, arg, broadcast, room: givenRoom, $T }) {

0 commit comments

Comments
 (0)