diff options
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" |