https://github.com/leymbda/fsharp.discord
A Discord API wrapper for F# applications
https://github.com/leymbda/fsharp.discord
bot discord fsharp
Last synced: about 2 months ago
JSON representation
A Discord API wrapper for F# applications
- Host: GitHub
- URL: https://github.com/leymbda/fsharp.discord
- Owner: leymbda
- License: mit
- Created: 2024-12-30T03:14:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T10:47:40.000Z (about 1 year ago)
- Last Synced: 2025-05-20T11:49:53.185Z (about 1 year ago)
- Topics: bot, discord, fsharp
- Language: F#
- Homepage:
- Size: 741 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
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.
## 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
> [!WARNING]
> I've decided to discontinue this project to move away from building Discord related projects. This was a lot of fun to work on, but I will no longer be building it.