mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 10:54:12 +02:00
change int to ulong discord id
This commit is contained in:
@@ -100,7 +100,7 @@ namespace yaflay.ru.Новая_папка
|
||||
{
|
||||
Author author = new()
|
||||
{
|
||||
discordId = int.Parse(response["user"]["id"].ToString()),
|
||||
discordId = ulong.Parse(response["user"]["id"].ToString()),
|
||||
discordNickName = response["user"]["display_name"].ToString()
|
||||
};
|
||||
Blogs article = new()
|
||||
|
||||
Reference in New Issue
Block a user