File tree Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,12 @@ The Discord advertisement framework is a Python based **shilling framework** tha
66**Documentation ** can be found `here <https://daf.davidhozic.com >`_.
77
88
9- .. figure :: ./docs/images/daf-gui-front.png
9+ .. image :: ./docs/images/daf-gui-front.png
1010 :width: 15cm
1111
12- Graphical interface (GUI)
13-
14- .. figure :: ./docs/images/daf-console-run.png
12+ .. image :: ./docs/images/daf-console-run.png
1513 :width: 15cm
1614
17- Script (for running in console)
18-
1915
2016----------------------
2117Key features
@@ -40,35 +36,32 @@ Pre-requirement: `Python (minimum v3.10) <https://www.python.org/downloads/>`_.
4036
4137**Main package **
4238
43- .. code-block :: bash
39+ ::
4440
4541 pip install discord-advert-framework
4642
47- **Voice **
48-
49- .. code-block :: bash
50- :caption: Voice Messaging / AUDIO
43+ **Voice Messaging / AUDIO **
44+
45+ ::
5146
5247 pip install discord-advert-framework[voice]
5348
49+ **Proxies **
5450
55- .. code-block :: bash
56- :caption: Proxy support
51+ ::
5752
5853 pip install discord-advert-framework[proxy]
5954
60- **SQL **
55+ **SQL logging **
6156
62- .. code-block :: bash
63- :caption: SQL logging
57+ ::
6458
6559 pip install discord-advert-framework[sql]
6660
6761
6862
6963Install all of the (left) optional dependencies
7064
71- .. code-block :: bash
72- :caption: All
65+ ::
7366
7467 pip install discord-advert-framework[all]
You can’t perform that action at this time.
0 commit comments