Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmulroy committed Mar 19, 2024
1 parent 8d1e3ac commit 4d180a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "glitch"
version = "0.0.1"
version = "0.0.2"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
Expand Down
2 changes: 2 additions & 0 deletions src/glitch/event_sub/client.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import glitch/event_sub/subscription.{type Subscription}
// TODOS:
// - Find a WS client for Gleam

// TODO: Wednesday
// https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channel-subscriptions
pub type Options {
Options(
client_id: String,
Expand Down

0 comments on commit 4d180a0

Please sign in to comment.