snowflake

Deprecated (with error)

This function calls value.toString() which might be unexpected. Use an explicit value.toString() instead.

Replace with

import dev.kord.common.entity.Snowflake
Snowflake(this.value.toString())