initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace SHARP
|
||||
{
|
||||
internal struct DiscordAccountFormat
|
||||
{
|
||||
internal readonly string Token;
|
||||
|
||||
internal DiscordAccountFormat(string token) => this.Token = token;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user