alpha
Login
or
Join now
folospior.dev
/
grom
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A Discord API Library for Gleam! 💫
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
v4.0.0
author
Filip Hoffmann
date
6 months ago
(Jan 20, 2026, 9:34 PM +0100)
commit
3469ddc1
3469ddc1d74759908641bde59ae307671dbfb20f
parent
41ac1601
41ac160164aacb8764408bbdb615207fdd03278d
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
gleam.toml
src
grom.gleam
+1
-1
gleam.toml
View file
Reviewed
···
1
1
name = "grom"
2
2
-
version = "3.0.1"
2
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
View file
Reviewed
···
27
27
// FUNCTIONS -------------------------------------------------------------------
28
28
29
29
pub fn version() -> String {
30
30
-
"v3.0.1"
30
30
+
"v4.0.0"
31
31
}