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:
parent
f5c8f2ae1d
commit
e17aed7c25
77 changed files with 290 additions and 338 deletions
SharpChat
|
@ -1,11 +1,7 @@
|
|||
using SharpChat.Config;
|
||||
using SharpChat.EventStorage;
|
||||
using SharpChat.Misuzu;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
|
||||
namespace SharpChat {
|
||||
public class Program {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue