diff options
author | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-05-28 11:19:52 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-05-28 11:19:52 -0500 |
commit | 38434153be8486e12203e0fb2c2b69e80644b7f0 (patch) | |
tree | 83beec3492e7431a4c31d744c9593db7fa9c930a /src/Tomato | |
parent | e623b729e92c32fd4b3116501699d70d9b9fd245 (diff) |
Update access token
Diffstat (limited to 'src/Tomato')
-rw-r--r-- | src/Tomato/Post.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tomato/Post.hs b/src/Tomato/Post.hs index 1e97782..c3bd847 100644 --- a/src/Tomato/Post.hs +++ b/src/Tomato/Post.hs @@ -30,7 +30,7 @@ tomatoFile :: FilePath tomatoFile = "tomato.png" accessToken :: ByteString -accessToken = "nj8X8tB3TC0MoZdMLhIUA4G89r9IlQfVej97Mhg3" +accessToken = "t2YhlxxwZmn2cWfkAomjMc6BgVPMaC5NRkqHzGQl" botId :: Text botId = "713bcb4a4604006c944804552c" |