mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
tags: suppress embeds in responses
This commit is contained in:
parent
facd7cf4dc
commit
229921acfc
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch
|
|||
• New levels of performance (extending JavaScriptCore, the engine).
|
||||
• Being a great and complete tool (bundler, transpiler, package manager).
|
||||
|
||||
Read more [here](https://bun.sh/)
|
||||
Read more [here](<https://bun.sh/>)
|
||||
"""
|
||||
|
||||
[bug]
|
||||
|
@ -47,5 +47,5 @@ Due to technical limitations, hardlinks won't work with different partitions, to
|
|||
keywords = ["windows support"]
|
||||
content = """
|
||||
Bun does not currently have support for Windows, so you must use WSL (Windows Subsystem for Linux).
|
||||
To install WSL, check [microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install)
|
||||
To install WSL, check [microsoft documentation](<https://docs.microsoft.com/en-us/windows/wsl/install>)
|
||||
"""
|
Loading…
Reference in a new issue