freya02

Results 17 comments of freya02

In one example, I am taking part of a [JSON file's content](https://raw.githubusercontent.com/freya022/BotCommands/3.X/examples/src/main/resources/bc_localization/Commands.json), which I then surround to make a valid JSON file in the wiki: ![image](https://github.com/facelessuser/pymdown-extensions/assets/41875020/2a48e75b-7a2f-4f68-8cab-2518c09e4aad) In this case, the...

To be clear, I have most of my snippets in an actual project, so I can compile and run the program, which helps me know when I need to update...

Been using this pull request for a few hours of clips, and it seems to work great. Would be perfect if the second clip started exactly where the first output...

This is not an issue on startup, it happens at random times, days after the bot started, multiple people have reported this issue, I've created this issue for tracking purpose,...

> Got one running 5.0.0-beta.23 Please send the exception with the WS trace, like duncte123 sent

Ah yea, please updated to the latest snapshot: Maven: ```xml jitpack https://jitpack.io io.github.discord-jda JDA 6f7189f91a ``` Gradle (Kotlin): ```kt repositories { mavenCentral() maven("https://jitpack.io") } dependencies { implementation("io.github.discord-jda:JDA:6f7189f91a") } ```

> Is this not enough? > > ```kotlin > fun RestAction.deleteAfter(duration: Duration): RestAction > = delay(duration.toJavaDuration()) > .flatMap { hook -> hook.deleteOriginal().map { hook } } > ``` I think...