A Discord API Library for Gleam! 馃挮
0

Configure Feed

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

grom / test / flybycord_test.gleam
174 B 12 lines
1import gleeunit 2import gleeunit/should 3 4pub fn main() { 5 gleeunit.main() 6} 7 8// gleeunit test functions end in `_test` 9pub fn hello_world_test() { 10 1 11 |> should.equal(1) 12}