A Discord API Library for Gleam! 💫
0

Configure Feed

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

v4.0.0

+2 -2
+1 -1
gleam.toml
··· 1 1 name = "grom" 2 - version = "3.0.1" 2 + version = "4.0.0" 3 3 description = "A Gleamy library for the Discord API 🌟" 4 4 licenses = ["MIT"] 5 5 repository = { type = "gitlab", user = "grom-gleam", repo = "grom" }
+1 -1
src/grom.gleam
··· 27 27 // FUNCTIONS ------------------------------------------------------------------- 28 28 29 29 pub fn version() -> String { 30 - "v3.0.1" 30 + "v4.0.0" 31 31 }