Commit graph

4 commits

Author SHA1 Message Date
deepsource-autofix[bot]
8a0477d086
refactor: refactor unnecessary else / elif when if block has a raise statement
`raise` causes control flow to be disrupted, as it will exit the block.
It is recommended to check other conditions using another `if` statement, and get rid of `else` statements as they are unnecessary.
2023-09-08 23:47:21 +00:00
7b7f30067b Fix Image command
Mobile status
2023-09-09 00:45:26 +01:00
4e685393de Add Images command
Clean up Animals command
2023-09-08 21:53:33 +01:00
0c1909807a Add animals command
Fix Youtube playback
Add Database file
2023-09-08 18:44:04 +01:00