Ask a question to get started
Enter to sendā¢Shift+Enter new line
DiscordChatLoader( self, chat_log: pd.DataFrame, user_id_col: str = 'ID' )
BaseLoader
chat_log
pd.DataFrame
Pandas DataFrame containing chat logs.
user_id_col
str
'ID'
Name of the column containing the user ID. Defaults to "ID".
Load all chat messages.
Load Discord chat logs.
Discord