LoginSignup
0
0

More than 1 year has passed since last update.

GASからシンプルにDiscordにポストするライブラリを作ってみた

Posted at

GASのライブラリ作成ってどうやるんだろうと勉強がてら作ってみました。

インストール

ライブラリIDはこちらです。

1s04ndQZRPQeivPoo_62F7wXa-GIdkSOij3W-2KcYeKYl_yiAsgS1CwJv

GASのライブラリ追加からIDを指定してライブラリのインストールができます。

スクリーンショット 2022-07-22 19.57.51.png

使い方

function myFunction() {
  const discord = new DiscordWebhook.init(`WEBHOOKのURLを指定`);
  discord.post(`hogehoge`);
}

こんな感じで実行できます。

スクリーンショット 2022-07-22 20.00.27.png

色々と記事参考にさせていただきました。

参考: https://qiita.com/shikumiya_hata/items/0aed6d0c67ee365d9161
参考: https://belltree.life/google-apps-script-library-publish/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0