Vault108

Results 11 issues of Vault108

Fixed two jokes that were merged together Also fixed Binary tree, used jpeg, but the image was jpg.

Originally reported by MPenguin in #gonzobot It appears that anything scraped in 2021 is not scraping properly: ``` https://imdb-scraper.herokuapp.com/search?q=Bobs+Burgers&limit=1 : { "success": true, "result": [{ "id": "tt1561755", "title": "", "year":...

help wanted
question

Fixes #606

needs-test
python

If a hunt was never started in a channel, `[prefix]killers` and `[prefix]friends` reply `It appears no one has {verb} any ducks yet.` Seems related to this line: https://github.com/TotallyNotRobots/CloudBot/blob/c46f390c9b66ff6f10bf4d9760bf936986e389b6/plugins/duckhunt.py#L632 Should be:...

Start to upgrade all use of `http://` to `https://` where able. Once final I will mark for review.

Starting February 9, twitter will no longer support free access to the Twitter API, both v2 and v1.1. A paid basic tier will be available instead. However according to Musk,...

https://github.com/bobloy/Fox-V3/blob/5f99f3d70bd61df5d5c232ce5f81a5fe50ad8896/announcedaily/announcedaily.py#L197 The Time in the command output has two `:` Colons in between each number. Should it not have one? Fix for #209

Fix the time format in `settime `command. Changes: ```python "Announcement time has been set to {}::{}::{} every day\n" ``` to ```python "Announcement time has been set to {}:{}:{} every day\n"...

cog: announcedaily

### Red's version 3.4.18 ### The cog you're using. CodMW ### The cog's version 1.0.2 ### The command you're using cod ### What did you expect to happen? To See...

Type: Bug
Status: Pending

**Is your feature request related to a problem? Please describe.** Some people may have multiple groups relaying to one discord channel. It would be helpful to have the group name...

enhancement
good first issue