Commit graph

34 commits

Author SHA1 Message Date
Kationor
19ad98dda0
Fix typo in vcredist tag (#361)
Prism is not a virtual machine (yet?)
2024-07-11 16:03:03 -04:00
SympathyTea
e764c1f70d
Update PluralKit message tag (#362)
Changes [BOT] to [APP] as a reflection of recent changes to how that tag is presented to users.

Signed-off-by: SympathyTea <116274772+SympathyTea@users.noreply.github.com>
2024-07-11 16:02:02 -04:00
Rahul Imran
839b7acc7e
fix(tags): add info about Java 21 (#356)
Co-authored-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2024-06-26 13:42:58 +00:00
Sefa Eyeoglu
f0f2b18a4b
Merge pull request #307 from Lutitious/rm-legacy-tag 2024-04-30 22:38:37 +02:00
Rahul Imran
924f00ab00
fix: remove vcredist x86
Signed-off-by: Rahul Imran <notlutitious@gmail.com>
2024-03-20 00:20:57 +00:00
TheKodeToad
9d0c022c68
Many fixes and tweaks
* Fix tags (again?)

* Make tag names more consistent

* Remove prefix commands (not implemented well and not worth fixing)

* Allow '-'s in tags

* Fix /joke

* Fix /members

* Fix intel_hd issue match

* Fix log analysis reply

* Clearer log analysis messages

It's weird to say the process failed when no issues were found.

* Clippy

* Final doc cleanup

* Fix link expanding

* Fix duplicate event filtering

The other code simply does not work. ChannelId does have a method to grab members but I'm not sure whether it would work either.

* Remove message resolution

It's surprisingly hard to create an bug-free implementation.

* Fix pluralkit detection

* simplify tag codegen

* commands: improve error handling in members

unwrap() bad!!!11!!

* events: use debug logs for pk checks

* Revert "Remove message resolution"

This reverts commit 0d9f224a81917212adafdeb2213f3cc11b44cf88.

* Bring back prefix commands with "."

(it's easier to type)

* Add help

* Fix messsage resolution

* utils: factor out message resolution

* Improve tag message

* Disable VC support for message resolution for now

* Improve prefix command usage

Update on edit, display additional tip with wrong usage.

* Check invoke_on_edit to display tip

* Add defer in commands which make http requests

* Apply tag sorting to slash commands too

* handlers::error: `+=` -> `writeln!`

* handlers::event: ignore own new messages

* help: remove unneeded format!

* optimize for size in release builds

* nix: cleanup deployment expressions

* nix: use treefmt

* nix: update flake.lock

Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/eb683549b7d76b12d1a009f888b91b70ed34485f' (2024-01-27)
  → 'github:nix-community/fenix/c53bb4a32f2fce7acf4e8e160a54779c4460ffdb' (2024-03-17)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/596e5c77cf5b2b660b3ac2ce732fa0596c246d9b' (2024-01-26)
  → 'github:rust-lang/rust-analyzer/5ecace48f693afaa6adf8cb23086b651db3aec96' (2024-03-16)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5' (2024-01-25)
  → 'github:nixos/nixpkgs/34ad8c9f29a18b4dd97a9ad40ceb16954f24afe7' (2024-03-17)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/f56597d53fd174f796b5a7d3ee0b494f9e2285cc' (2024-01-20)
  → 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15)
• Updated input 'procfile-nix':
    'github:getchoo/procfile-nix/31a33e4264e5c6214844993c5b508fb3500ef5cd' (2024-01-27)
  → 'github:getchoo/procfile-nix/7a0ab379a4ab71c9deccaca9fb463e9aaea363d8' (2024-03-14)

---------

Co-authored-by: seth <getchoo@tuta.io>
2024-03-18 01:01:46 +00:00
TheKodeToad
95fe62051b
chore: remove tag aliases
with tag names *and* aliases both being options, we reach the limit for
the discord API

Signed-off-by: seth <getchoo@tuta.io>
2023-12-04 18:19:08 -05:00
seth
30cc4a6220
feat: reintroduce tag command
Signed-off-by: seth <getchoo@tuta.io>
2023-12-04 05:11:54 -05:00
TheKodeToad
170db91998
Update nightly.md
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-11-20 20:44:31 +00:00
Haskeller
991fbd905b
fix extra quote line that is not handled correctly in discord and replace warning symbol
Signed-off-by: Haskeller <64590568+Haskellered@users.noreply.github.com>
2023-11-20 20:23:28 +00:00
Haskeller
b3da471383
fix caution to work correctly on discord
Signed-off-by: Haskeller <64590568+Haskellered@users.noreply.github.com>
2023-11-20 20:16:54 +00:00
Haskeller
bd90ae70d9
change 'Prism unstable' to 'Prism Launcher unstable builds'
Signed-off-by: Haskeller <64590568+Haskellered@users.noreply.github.com>
2023-11-20 20:13:17 +00:00
Haskeller
179441f209
add 'nightly' tag
Signed-off-by: Haskeller <64590568+Haskellered@users.noreply.github.com>
2023-11-20 20:09:47 +00:00
Sefa Eyeoglu
878246ea13
fix: small fixes for FTB.md
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-14 21:00:39 +01:00
SympathyTea
b49543f1f1
Create FTB.md
FTB tag for Refraction, since we didn't have one yet :)

Signed-off-by: SympathyTea <116274772+SympathyTea@users.noreply.github.com>
2023-11-14 12:43:10 -07:00
TheKodeToad
67873debbe
Tweak update.md
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-11-12 23:17:08 +00:00
Haskeller
6f3fb0faec
Update update.md to better explain windows updating
Signed-off-by: Haskeller <64590568+Haskellered@users.noreply.github.com>
2023-11-12 22:55:33 +00:00
Haskeller
3479fd908b
Update update.md to be relevant to Prism 8.0
Signed-off-by: Haskeller <64590568+Haskellered@users.noreply.github.com>
2023-11-12 22:06:05 +00:00
leia_uwu
08c3dd876b
update logs screenshot 2023-09-28 12:22:31 -03:00
Rahul Imran
92dbcfdded
chore(tags): add macosarmjava tag (#226)
Signed-off-by: Rahul Imran <notlutitious@gmail.com>
Co-authored-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2023-08-16 04:23:20 +00:00
seth
edb8acc5f7
chore(tags): add scoop path info (#178)
Signed-off-by: seth <getchoo@tuta.io>
2023-06-24 07:01:00 +00:00
seth
72d7ce39fe
chore(tags): update fractureiser
Signed-off-by: seth <getchoo@tuta.io>
2023-06-08 15:01:53 -04:00
seth
ca9c75b4b7
chore(tags): add fractureiser tag
Signed-off-by: seth <getchoo@tuta.io>
2023-06-07 10:48:06 +00:00
Sefa Eyeoglu
450b28fbdf
chore: add always-offline tag
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-19 11:35:20 +02:00
Ryan Cao
8e279ae5cf
refactor(tags): pull embed options to top level and adopt embed images 2023-05-14 18:06:25 +08:00
Lilith
968e911ded
Make tags look better / spelling fix (#162)
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-11 17:13:57 +02:00
IThundxr
569a08c95d
add delete button for message link embeds (#117)
Signed-off-by: IThundxr <contact@ithundxr.dev>
2023-03-10 09:33:14 +08:00
Ryan Cao
49d87d5b60
Update javaforgebugfix.md
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-12-29 10:08:20 +08:00
Adrien
9bd92c8578
Add emoji to funny forge thing
Totally adding emoji and not fixing typo

Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-12-29 03:06:38 +01:00
Adrien
ef628ec36a
Update javaforgebugfix.md
:trollface: Hey Kai how are you today?
Joke aside this is just an improvement

Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-12-29 03:01:07 +01:00
Ryan Cao
12f31dfbd0
Update javaforgebugfix.md
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-12-29 09:47:52 +08:00
VMGuy23
09d74000a2
Create javaforgebugfix.md
Signed-off-by: VMGuy23 <81651922+VMGuy23@users.noreply.github.com>
2022-12-29 01:44:16 +00:00
DioEgizio
bb546ed9fa add vcredist tag 2022-12-14 10:19:31 +01:00
Ryan Cao
4e2afcc7f8
move tags to markdown 2022-10-29 23:18:03 +08:00