MCPcopy
hub / github.com/Rapptz/discord.py / logout

Method logout

discord/http.py:853–854  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

851 return data
852
853 def logout(self) -> Response[None]:
854 return self.request(Route('POST', '/auth/logout'))
855
856 # Group functionality
857

Callers

nothing calls this directly

Calls 2

requestMethod · 0.95
RouteClass · 0.85

Tested by

no test coverage detected