Commit graph

38 commits

Author SHA1 Message Date
168f1d6d91
Merge pull request #12 from Fluffy-Bean/deepsource-autofix-fd1f8ba6
remove unused imports
2023-09-10 15:12:24 +01:00
e4b223f28d
Merge pull request #11 from Fluffy-Bean/deepsource-autofix-c54f377b
delete unreachable statements
2023-09-10 15:12:13 +01:00
deepsource-autofix[bot]
fec670ecb6
style: Format code with black 2023-09-10 14:11:23 +00:00
deepsource-autofix[bot]
a8eb5e09a0
refactor: remove unused imports
An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
2023-09-10 14:11:13 +00:00
deepsource-autofix[bot]
9789305706
refactor: delete unreachable statements
This statement is unreachable, as the control flow will never reach upto this point. Consider removing this part of code or re-evaluating the control flow.
2023-09-10 14:10:38 +00:00
14a9516a39
Merge pull request #10 from Fluffy-Bean/deepsource-transform-b369cbfa
format code with black
2023-09-09 20:52:47 +01:00
deepsource-autofix[bot]
b3bd795e84
style: format code with black
Format code with black

This commit fixes the style issues introduced in c359356 according to the output
from Black.

Details: None
2023-09-09 19:52:26 +00:00
c359356f4b Clean up code 2023-09-09 20:52:12 +01:00
90a347eb0b
Merge pull request #9 from Fluffy-Bean/deepsource-transform-f8579877
format code with black
2023-09-09 13:21:19 +01:00
deepsource-autofix[bot]
94f4542135
style: format code with black
Format code with black

This commit fixes the style issues introduced in ccc34e8 according to the output
from Black.

Details: None
2023-09-09 12:20:50 +00:00
ccc34e8a35 Saveable command
Liveleak
2023-09-09 13:20:35 +01:00
60d1aaa13d
Merge pull request #8 from Fluffy-Bean/deepsource-transform-76bdbef5
format code with black
2023-09-09 12:29:05 +01:00
deepsource-autofix[bot]
dd8f0725e9
style: format code with black
Format code with black

This commit fixes the style issues introduced in f0f3d3b according to the output
from Black.

Details: None
2023-09-09 11:28:35 +00:00
f0f3d3b1d3 Add more overlay options 2023-09-09 12:28:19 +01:00
7e108350a5
Merge pull request #6 from Fluffy-Bean/deepsource-transform-513ba6f2
format code with black
2023-09-09 00:49:30 +01:00
c9fdd818bf
Merge pull request #7 from Fluffy-Bean/deepsource-autofix-49797130
refactor unnecessary `else` / `elif` when `if` block has a `raise` statement
2023-09-09 00:49:15 +01:00
deepsource-autofix[bot]
ed8a415e43
style: Format code with black 2023-09-08 23:47:30 +00:00
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
deepsource-autofix[bot]
f516ebf519
style: format code with black
Format code with black

This commit fixes the style issues introduced in 7b7f300 according to the output
from Black.

Details: None
2023-09-08 23:45:39 +00:00
7b7f30067b Fix Image command
Mobile status
2023-09-09 00:45:26 +01:00
dd3b322e68
Merge pull request #5 from Fluffy-Bean/deepsource-transform-ba0fa61a
format code with black
2023-09-08 22:06:50 +01:00
deepsource-autofix[bot]
aa86e211e5
style: format code with black
Format code with black

This commit fixes the style issues introduced in 4e68539 according to the output
from Black.

Details: None
2023-09-08 20:53:51 +00:00
4e685393de Add Images command
Clean up Animals command
2023-09-08 21:53:33 +01:00
68d638c7ee
Merge pull request #4 from Fluffy-Bean/deepsource-transform-9645750f
format code with black
2023-09-08 19:46:52 +01:00
deepsource-autofix[bot]
3cf308a34b
style: format code with black
Format code with black

This commit fixes the style issues introduced in 0c19098 according to the output
from Black.

Details: None
2023-09-08 17:44:22 +00:00
0c1909807a Add animals command
Fix Youtube playback
Add Database file
2023-09-08 18:44:04 +01:00
d7953e9808
Merge pull request #3 from Fluffy-Bean/deepsource-transform-a3616f49
format code with black
2023-09-07 18:22:36 +01:00
deepsource-autofix[bot]
ced110c2f9
style: format code with black
Format code with black

This commit fixes the style issues introduced in cea527a according to the output
from Black.

Details: None
2023-09-07 17:20:15 +00:00
cea527ae79 Add more commands 2023-09-07 18:20:00 +01:00
ca8813cdc0 Merge remote-tracking branch 'origin/main' 2023-09-07 18:19:50 +01:00
0cddbb75e2 Add more commands 2023-09-07 18:19:39 +01:00
deepsource-io[bot]
ddf408214c
ci: Add .deepsource.toml 2023-09-07 14:02:45 +00:00
bafe17e0d4 Add music 2023-09-07 15:02:11 +01:00
640351e5bf Move back to Python 2023-09-07 13:26:02 +01:00
c2e3982cc5 Followed Serenity's example code 2023-02-25 12:56:24 +00:00
59e293beff Add picture 2023-02-25 11:21:30 +00:00
0b926d310e Initial push of le bot 2023-02-25 11:16:27 +00:00
48a5a49ac6
Initial commit 2023-02-25 10:09:39 +00:00