@@ -9,9 +9,6 @@ This module allows using one command callback in order to make both a prefix com
9
9
This page includes the API reference/documentation for the module, but only contains a short example. For a more
10
10
detailed guide on how to use this, see our `discord.ext.bridge guide <https://guide.pycord.dev/extensions/bridge >`_.
11
11
12
- .. note ::
13
- ``ext.bridge `` requires the message content intent to be enabled, as it uses the ``ext.commands `` extension.
14
-
15
12
Example usage:
16
13
17
14
.. code-block :: python3
@@ -39,61 +36,8 @@ Example usage:
39
36
40
37
bot.run("TOKEN")
41
38
42
- .. _discord_ext_bridge_api :
43
-
44
- API Reference
45
- ===============
46
-
47
- Bots
48
- -----
49
-
50
- .. attributetable :: discord.ext.bridge.Bot
51
-
52
- .. autoclass :: discord.ext.bridge.Bot
53
- :members:
54
-
55
- .. automethod :: Bot.add_bridge_command()
56
-
57
- .. automethod :: Bot.bridge_command()
58
- :decorator:
59
-
60
- .. attributetable :: discord.ext.bridge.AutoShardedBot
61
-
62
- .. autoclass :: discord.ext.bridge.AutoShardedBot
63
- :members:
64
-
65
- Commands
66
- ---------
67
-
68
- .. attributetable :: discord.ext.bridge.BridgeCommand
69
-
70
- .. autoclass :: discord.ext.bridge.BridgeCommand
71
- :members:
72
-
73
- .. automethod :: discord.ext.bridge.bridge_command()
74
- :decorator:
75
-
76
- .. autoclass :: discord.ext.bridge.BridgeExtCommand
77
- :members:
78
-
79
- .. autoclass :: discord.ext.bridge.BridgeSlashCommand
80
- :members:
81
-
82
- Context
83
- --------
84
-
85
- .. attributetable :: discord.ext.bridge.BridgeContext
86
-
87
- .. autoclass :: discord.ext.bridge.BridgeContext
88
- :members:
89
- :exclude-members: _respond, _defer, _edit, _get_super
90
-
91
- .. attributetable :: discord.ext.bridge.BridgeApplicationContext
92
-
93
- .. autoclass :: discord.ext.bridge.BridgeApplicationContext
94
- :members:
95
39
96
- .. attributetable :: discord.ext.bridge.BridgeExtContext
40
+ .. toctree ::
41
+ :maxdepth: 2
97
42
98
- .. autoclass :: discord.ext.bridge.BridgeExtContext
99
- :members:
43
+ api
0 commit comments