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
- Host: GitHub
- URL: https://github.com/leydel/fsharp.discord
- Owner: leydel
- License: mit
- Created: 2024-12-30T03:14:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T02:34:53.000Z (over 1 year ago)
- Last Synced: 2025-02-25T03:29:20.383Z (over 1 year ago)
- Topics: bot, discord, fsharp
- Language: F#
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSharp.Discord
[](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