Fix bunny tests
All checks were successful
Test / build (push) Successful in 16s

This commit is contained in:
Ethan Lane 2024-05-01 18:36:31 +01:00
parent 74cdd04d27
commit 60972e5782
2 changed files with 23 additions and 6 deletions

View file

@ -26,6 +26,7 @@ export default class Bunny extends Command {
];
const random = Math.floor(Math.random() * subreddits.length);
const selectedSubreddit = subreddits[random];
const result = await randomBunny(selectedSubreddit, 'hot');