Closed Tschekfox closed 1 year ago
latest
latest hikari
if i execute the save command with this example, in the htnl file, the only thing that it shows me is Whoops! "Something went wrong..." this is the code i use:
@bot.command() @lightbulb.add_checks(lightbulb.owner_only) @lightbulb.command("save", "export the chat") @lightbulb.implements(lightbulb.SlashCommand) async def save(ctx: lightbulb.Context): message = await chat_exporter.quick_export(ctx.get_channel()) await chat_exporter.quick_link(ctx.get_channel(), message)
No response
nvm problem solved the channel just had to much messages
DiscordChatExporterPy Version
latest
Discord Version
latest hikari
Bug Description
if i execute the save command with this example, in the htnl file, the only thing that it shows me is Whoops! "Something went wrong..." this is the code i use:
@bot.command() @lightbulb.add_checks(lightbulb.owner_only) @lightbulb.command("save", "export the chat") @lightbulb.implements(lightbulb.SlashCommand) async def save(ctx: lightbulb.Context): message = await chat_exporter.quick_export(ctx.get_channel()) await chat_exporter.quick_link(ctx.get_channel(), message)
Bug Traceback
No response
Additional Information
No response