misc: Fix spelling in SnowflakeUtils.FromSnowflake (#1800)
```diff --- geenrated +++ generated ```
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Discord
|
||||
/// </summary>
|
||||
/// <param name="value">The snowflake identifier to resolve.</param>
|
||||
/// <returns>
|
||||
/// A <see cref="DateTimeOffset" /> representing the time for when the object is geenrated.
|
||||
/// A <see cref="DateTimeOffset" /> representing the time for when the object is generated.
|
||||
/// </returns>
|
||||
public static DateTimeOffset FromSnowflake(ulong value)
|
||||
=> DateTimeOffset.FromUnixTimeMilliseconds((long)((value >> 22) + 1420070400000UL));
|
||||
|
||||
Reference in New Issue
Block a user