File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -1378,8 +1378,8 @@ def slash_command(self,
1378
1378
1379
1379
.. note::
1380
1380
1381
- :attr:`sync_commands` of the :class:`Client`- instance or the class, that inherits from it
1382
- must be set to ``True`` to register a command if he not already exists and update him if changes where made.
1381
+ :attr:`~discord.Client. sync_commands` of the :class:`Client` instance must be set to :obj:`True`
1382
+ to register a command if he not already exists and update him if changes where made.
1383
1383
1384
1384
Parameters
1385
1385
-----------
@@ -1628,8 +1628,8 @@ def message_command(self,
1628
1628
1629
1629
.. note::
1630
1630
1631
- :attr:`sync_commands` of the :class:`Client`- instance or the class, that inherits from it
1632
- must be set to ``True`` to register a command if he not already exists and update him if changes where made.
1631
+ :attr:`~discord.Client. sync_commands` of the :class:`Client` instance must be set to :obj:`True`
1632
+ to register a command if he not already exists and update him if changes where made.
1633
1633
1634
1634
Parameters
1635
1635
----------
@@ -1693,8 +1693,8 @@ def user_command(self,
1693
1693
1694
1694
.. note::
1695
1695
1696
- :attr:`sync_commands` of the :class:`Client`- instance or the class, that inherits from it
1697
- must be set to ``True`` to register a command if he not already exists and update him if changes where made.
1696
+ :attr:`~discord.Client. sync_commands` of the :class:`Client` instance must be set to :obj:`True`
1697
+ to register a command if he not already exists and update him if changes where made.
1698
1698
1699
1699
Parameters
1700
1700
----------
Original file line number Diff line number Diff line change @@ -557,8 +557,8 @@ def slash_command(cls,
557
557
558
558
.. note::
559
559
560
- :attr:`sync_commands` of the :class:`Client`- instance or the class, that inherits from it
561
- must be set to ``True`` to register a command if he not already exists and update him if changes where made.
560
+ :attr:`~Bot. sync_commands` of the :class:`~discord.ext.commands.Bot` instance must be set to :obj:`True`
561
+ to register a command if he not already exists and update him if changes where made.
562
562
563
563
Parameters
564
564
-----------
@@ -822,8 +822,8 @@ def message_command(cls,
822
822
823
823
.. note::
824
824
825
- :attr:`sync_commands` of the :class:`Client`- instance or the class, that inherits from it
826
- must be set to ``True`` to register a command if he not already exists and update him if changes where made.
825
+ :attr:`~<Bot. sync_commands` of the :class:`~discord.ext.commands.Bot` instance must be set to :obj:`True`
826
+ to register a command if he not already exists and update him if changes where made.
827
827
828
828
Parameters
829
829
----------
@@ -893,8 +893,8 @@ def user_command(cls,
893
893
894
894
.. note::
895
895
896
- :attr:`sync_commands` of the :class:`Client`- instance or the class, that inherits from it
897
- must be set to ``True`` to register a command if he not already exists and update him if changes where made.
896
+ :attr:`~Bot. sync_commands` of the :class:`~discord.ext.commands.Bot` instance must be set to :obj:`True`
897
+ to register a command if he not already exists and update him if changes where made.
898
898
899
899
Parameters
900
900
----------
You can’t perform that action at this time.
0 commit comments