An open API service indexing awesome lists of open source software.

https://github.com/leydel/fsharp.discord

A Discord API wrapper for F# applications
https://github.com/leydel/fsharp.discord

bot discord fsharp

Last synced: over 1 year ago
JSON representation

A Discord API wrapper for F# applications

Awesome Lists containing this project

README

          

# FSharp.Discord

[![Nuget](https://img.shields.io/nuget/v/FSharp.Discord?logo=nuget)](https://nuget.org/packages/FSharp.Discord)

A Discord API wrapper for F# applications.

> [!WARNING]
> Major bugs and issues may be present. Use is not recommended until a v1.0.0 release and beyond.

## Packages

- **FSharp.Discord** - A collection of all FSharp.Discord.* packages
- **FSharp.Discord.Types** - Typings for Discord API content
- **FSharp.Discord.Rest** - Wrapper for Discord's HTTP API
- **FSharp.Discord.Gateway** - Connect to Discord's Websocket gateway API for real-time events
- **FSharp.Discord.Webhook** - Helpers for handling webhook and HTTP interaction events
- **FSharp.Discord.Utils** - Utilities for API references and message formatting tools
- **FSharp.Discord.Commands** - Helpers for when creating interaction commands