h4ckd0tm3 / DiscordChatExporterPy-hikari

A simple Discord chat exporter for Python Discord bots.
GNU General Public License v3.0
1 stars 1 forks source link

"Whoops! Something went wrong..." #1

Closed Tschekfox closed 1 year ago

Tschekfox commented 1 year ago

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

Tschekfox commented 1 year ago

nvm problem solved the channel just had to much messages