Skip to content

Instantly share code, notes, and snippets.

@syuilo
Created January 6, 2023 08:05
Show Gist options
  • Save syuilo/4d6fa559291682dc9a58976735c86f6b to your computer and use it in GitHub Desktop.
Save syuilo/4d6fa559291682dc9a58976735c86f6b to your computer and use it in GitHub Desktop.

USER_ID

スクリプト実行者のユーザーID。

USER_NAME

スクリプト実行者のユーザーの名前。

USER_USERNAME

スクリプト実行者のユーザー名。

Mk:dialog(title text type)

ダイアログを表示します。

  • title: string | null タイトル
  • text: string | null 本文
  • type: "info" | "error" | "success" | "warning" | "waiting" | "question" | null 種類
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment