Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
request
Method · 0.95
Route
Class · 0.85
Tested by
no test coverage detected