Switched to Index brand random Snowflakes instead of SharpIds.

If you were still handling message ids as integers in an environment that can't handle signed 64-bit integers you're going to be having a fun time after this update!
This commit is contained in:
flash 2025-04-25 20:05:55 +00:00
commit e17aed7c25
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
77 changed files with 290 additions and 338 deletions

View file

@ -1,9 +1,6 @@
#nullable disable
using Fleck;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Runtime.InteropServices;