A Discord bot, made with Gleam, designed to help manage a pixel art server.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README

Isaac 999958e9 cec66cd2

+4 -21
+4 -21
README.md
··· 1 1 # pablo_pixarto 2 2 3 - [![Package Version](https://img.shields.io/hexpm/v/pablo_pixarto)](https://hex.pm/packages/pablo_pixarto) 4 - [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/pablo_pixarto/) 3 + This is a really simple Discord bot made with [grom](https://gitlab.com/grom-gleam/grom) that 4 + checks Bluesky for new posts by the @pixeldailies.bsky.social account periodically, and posts them to the 5 + [Pixel Paradise](https://discord.gg/T7FKRGP2ZJ) server when they're found. 5 6 6 - ```sh 7 - gleam add pablo_pixarto@1 8 - ``` 9 - ```gleam 10 - import pablo_pixarto 11 - 12 - pub fn main() -> Nil { 13 - // TODO: An example of the project in use 14 - } 15 - ``` 16 - 17 - Further documentation can be found at <https://hexdocs.pm/pablo_pixarto>. 18 - 19 - ## Development 20 - 21 - ```sh 22 - gleam run # Run the project 23 - gleam test # Run the tests 24 - ``` 7 + Thanks to [Filip Hoffmann](https://gitlab.com/folospior) for the wonderful Gleam library.