We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
スタンプで本来 Optional な説明欄を入力せず, 作成されたスタンプは作成ログが送信されず無視される.
なぜかWebStorm のデバッガーが動作しないため, print debug をしたところ本来 undefined が返ってくるはずが空文字列が返ってきた.
undefined
STICKER
Description
説明欄が 説明なし となる
v1.51.2
No response
The text was updated successfully, but these errors were encountered:
Discord Docs の記述では, Sticker Object の description の型は ?string となっています. これは Nullable and Optional Resource Fields によると null | string と等価なようです (undefined になることはないです) が, 空文字列については言及されていません.
description
?string
null | string
Sorry, something went wrong.
No branches or pull requests
バグレポートの提出を行う前に
バグの詳細
スタンプで本来 Optional な説明欄を入力せず, 作成されたスタンプは作成ログが送信されず無視される.
なぜかWebStorm のデバッガーが動作しないため, print debug をしたところ本来
undefined
が返ってくるはずが空文字列が返ってきた.再現方法
STICKER
Feature flag を有効化Description
を空にしてスタンプを作成する期待する動作
説明欄が 説明なし となる
はらちょのバージョン
追加情報
No response
The text was updated successfully, but these errors were encountered: