Skip to content

Commit 5974694

Browse files
committed
chore: 'yeet' should only alias to DQ, not stash
1 parent 24fb046 commit 5974694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/games/core.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ export const command: PSCommand[] = Object.entries(Games).map(([_gameId, Game]):
525525
},
526526
{
527527
name: 'stash',
528-
aliases: ['yeet'],
528+
aliases: ['later'],
529529
help: 'Stashes a game to store it for later.',
530530
perms: Symbol.for('games.create'),
531531
syntax: 'CMD [game ref]',

0 commit comments

Comments
 (0)