Lunar Starstrum

Results 24 issues of Lunar Starstrum

From my current understanding, PagedReplyAsync will take any object passed to it, and send it's `ToString()` form. I attempted to get support from the DAPI server, only to be met...

Closes #1374. Untested.

enhancement
help wanted
new-features
v4.x
slash-commands

Rewrites the internals of Slash Commands. There are no public API changes, however a few methods have been Obsoleted with alternatives suggested in the attribute message. Hopefully once this rewrite...

enhancement
help wanted
big-change
v4.x
slash-commands

Same as `?tag all --text`, except it exports the content as JSON, with the tag's content. Closes #83. Example export: ```json {"id":3,"name":"codeblocks","owner_id":336733686529654798,"uses":1,"can_delete":true,"is_alias":false,"content":"Use codeblocks for formatting code:\n\\`\\`\\`\n\n\\`\\`\\`\n\nFor example:\n\\`\\`\\`python\nif True:\n print(\"Hi!\")\n\\`\\`\\`\nProduces:\n```python\nif True:\n...

Hello! Awhile back, members of The Coding Den asked for a way to export tags. This was implemented through `?tag all --text`, which uploads a parsable file containing the output...

You are opening a _bug report_ against the LibGit2Sharp project: we use GitHub Issues for tracking bug reports and feature requests. If you have a question about an API or...

I have the following function: ```rust fn play_many() { let music_files = match tinyfiledialogs::open_file_dialog_multi("Choose your songs", dirs::audio_dir().unwrap().to_str().unwrap(), Some((&["*.mp3", "*.ogg", "*.wav"], "Audio Files"))) { Some(files) => files, _ => return ask_for_exit(),...

### Description In the following ocassion: ``` --- --- --- ``` Where `---` are X amount of unloaded messages, clicking a button will not show the ephemeral message. ### Steps...

bug
slash commands
synced

Added custom converter support: - No, I did not implement the checks in the converters. I felt that should be done in a separate area of code - Yes, I...

new-features
v4.x
slash-commands

# Summary Following my departure from D#+, there are still a few things that I'm still tied to or accidentally affected. The first should be to replace the runners. As...