8000 Followup: Remove the thumbnail to prevent build errors by Nat1anWasTaken · Pull Request #38 · yeecord/website · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Followup: Remove the thumbnail to prevent build errors #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

### 你需要先準備好

- 基本中英文閱讀能力
- [markdown 基本知識](https://www.casper.tw/development/2019/11/23/ten-mins-learn-markdown/)
- [NodeJS 16](https://nodejs.org/download) 或以上版本
- 一個可以使用的 markdown 編輯器 (VSCode)
Expand Down
16 changes: 6 additions & 10 deletions blog/2022-07-02-discord-copy-id.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: discord-copy-id
title: 網友發現 Discord 這 「隱藏功能」,用來找人超方便!
authors: [nathan]
description: "許多人都想透過學習 Discord 機器人來學習程式,discord.js 將是很棒的入門選擇。我們會使用 discord.js v13 快速建立一個 Discord 骰子機器人,並新增基本的指令等"
description: "相信大家在使用YEE式機器龍或其他機器人的時候都會遇到Tag別人被幹爆的經驗吧?學會如何在Discord中複製ID,讓這種情況不再發生!"
tags:
[
"Discord",
Expand All @@ -17,15 +17,12 @@ tags:
"數字",
"number"
]
image: thumbnail.png
date: 2022-07-02T19:00:00
---

import Adsense from "../src/components/Adsense";
import TOCInline from '@theme/TOCInline';

![在 Discord 中複製 ID](thumbnail.png)

相信大家在使用YEE式機器龍或其他機器人的時候都會遇到Tag別人被幹爆的經驗吧?
學會如何在Discord中複製ID,讓這種情況不再發生!

Expand Down Expand Up @@ -56,17 +53,16 @@ Discord ID 又稱 Snowflake(雪花),是一串由16個數字組成的唯一

#### 1. 在 Discord 中找到左下角的「使用者設定」

你也可以 [點我](discord://-/settings/account) 來前往使用者設定
![桌面以及網頁版的使用者設定](/img/discord-copy-id/user-settings.png)
你也可以 [點我](discord://-/settings/account) 來前往使用者設定 <br/>
![桌面以及網頁版的使用者設定](/img/discord-copy-id/user-settings-on-desktop.png)

#### 2. 來到使用者設定後,點擊測邊欄的「進階」

你也可以 [點我](discord://-/settings/advanced) 來前往進階設定
![桌面以及網頁版的進階設定](/img/discord-copy-id/advanced-settings.png)
你也可以 [點我](discord://-/settings/advanced) 來前往進階設定 <br/>
![桌面以及網頁版的進階設定](/img/discord-copy-id/advanced-settings-on-desktop.png)

#### 3. 點開「開發者模式」

![桌面以及網頁版的開發者模式開關](/img/discord-copy-id/developer-mode.png)
![桌面以及網頁版的開發者模式開關](/img/discord-copy-id/developer-mode-on-desktop.png)

### 移動版

Expand Down
2 changes: 1 addition & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ nathan:
name: Nathan
title: Yeecord 現任管理員 兼 ZeitFrei 合作機器人作者
url: https://github.com/NathanTW0219
image_url: img/nathan.png
image_url: /img/nathan.png

0