|
Discord Transcription Bot
|
Classes | |
| class | StreamBuffer |
| The. More... | |
| class | StreamSink |
Functions | |
| join (ctx) | |
| leave (ctx) | |
| on_command_error (ctx, error) | |
| on_error (event, *args, **kwargs) | |
| on_ready () | |
| once_done (discord.sinks sink, discord.TextChannel channel, *args) | |
| stop_recording (ctx) | |
Variables | |
| bot = discord.Bot(intents=intents) | |
| dict | connections = {} |
| global_stream_buffer = StreamBuffer() | |
| intents = discord.Intents.all() | |
| stream_sink = StreamSink() | |
| str | TOKEN = "TODO Discord bot token" |
| main.join | ( | ctx | ) |
| main.leave | ( | ctx | ) |
| main.on_command_error | ( | ctx, | |
| error ) |
| main.on_error | ( | event, | |
| * | args, | ||
| ** | kwargs ) |
| main.on_ready | ( | ) |
| main.once_done | ( | discord.sinks | sink, |
| discord.TextChannel | channel, | ||
| * | args ) |
| main.stop_recording | ( | ctx | ) |
| dict main.connections = {} |
| main.global_stream_buffer = StreamBuffer() |
| main.intents = discord.Intents.all() |
| main.stream_sink = StreamSink() |
| str main.TOKEN = "TODO Discord bot token" |