Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devoxin/Lavalink.py
/ LoadType
Class
LoadType
lavalink/server.py:232–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
231
232
class
LoadType(Enum):
233
TRACK =
'track'
234
PLAYLIST =
'playlist'
235
SEARCH =
'search'
236
EMPTY =
'empty'
237
ERROR =
'error'
238
239
240
class
Severity(Enum):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected