File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474class Client :
7575 """The TwitchIO Client.
7676
77- The `Client` acts as an entry point to the Twitch API, EventSub and OAuth and serves as a base for chat-bots.
77+ The `` Client` ` acts as an entry point to the Twitch API, EventSub and OAuth and serves as a base for chat-bots.
7878
79- :class:`twitchio.ext.commands.Bot` inherits from this class and such should be treated as a `Client` with an in-built
79+ :class:`~ twitchio.ext.commands.Bot` inherits from this class and such should be treated as a `` Client` ` with an in-built
8080 commands extension.
8181
82- You don't need to :meth:`~.start` or :meth:`~.run` the `Client` to use it soley as a HTTP Wrapper,
82+ You don't need to :meth:`~.start` or :meth:`~.run` the `` Client` ` to use it soley as a HTTP Wrapper,
8383 but you must still :meth:`~.login` with this use case.
8484
8585 Parameters
@@ -98,7 +98,7 @@ class Client:
9898 An optional ``str`` to set as the redirect uri for anything relating to
9999 Twitch OAuth via :class:`twitchio.web.StarletteAdapter` or :class:`twitchio.web.AiohttpAdapter.
100100 This is a convenience attribute, it is preferred you
101- use a custom :class:`twitchio.web.StarletteAdapter` or :class:`twitchio.web.AiohttpAdapter instead.
101+ use a custom :class:`~ twitchio.web.StarletteAdapter` or :class:`~ twitchio.web.AiohttpAdapter` instead.
102102 scopes: twitchio.Scopes | None
103103 An optional :class:`~twitchio.Scopes` object to use as defaults when using anything related to Twitch OAuth.
104104
You can’t perform that action at this time.
0 commit comments