Свойство | Type | Description | |
---|---|---|---|
random |
Méthode | Description | |
---|---|---|
CalculateTime ( int minutes ) : string | ||
CalculateTimeWithSeconds ( int seconds ) : string | ||
CreateFile ( string Path ) : void | ||
GetPerms ( |
||
GetPerms ( ulong serverId, IGuildUser u ) : int | ||
GetServerInfo ( ulong serverId ) : |
||
GetUser ( |
||
InRange ( double val, double min, double max ) : bool | ||
LogError ( string ErrorMessage, string exMessage ) : void | ||
ReadFile ( string Path ) : string | ||
ReplyAsync ( |
||
ReplyAsync ( |
||
ReplyAsync ( SocketUser user, IMessageChannel channel, string text, bool mentionUser ) : Task |
||
SaveFile ( string content, string Path, FileMode append ) : void | ||
SaveServerInfo ( ) : void |
Méthode | Description | |
---|---|---|
Tools ( ) : System |
public static CalculateTime ( int minutes ) : string | ||
minutes | int | |
Résultat | string |
public static CalculateTimeWithSeconds ( int seconds ) : string | ||
seconds | int | |
Résultat | string |
public static CreateFile ( string Path ) : void | ||
Path | string | |
Résultat | void |
public static GetPerms ( |
||
e | ||
u | IGuildUser | |
Résultat | int |
public static GetPerms ( ulong serverId, IGuildUser u ) : int | ||
serverId | ulong | |
u | IGuildUser | |
Résultat | int |
public static GetServerInfo ( ulong serverId ) : |
||
serverId | ulong | |
Résultat |
public static GetUser ( |
||
eventArgs | ||
Résultat | SocketUser |
public static InRange ( double val, double min, double max ) : bool | ||
val | double | |
min | double | |
max | double | |
Résultat | bool |
public static LogError ( string ErrorMessage, string exMessage ) : void | ||
ErrorMessage | string | |
exMessage | string | |
Résultat | void |
public static ReadFile ( string Path ) : string | ||
Path | string | |
Résultat | string |
public static ReplyAsync ( |
||
e | ||
text | string | |
Résultat | Task |
public static ReplyAsync ( |
||
e | ||
text | string | |
mentionUser | bool | |
Résultat | Task |
public static ReplyAsync ( SocketUser user, IMessageChannel channel, string text, bool mentionUser ) : Task |
||
user | SocketUser | |
channel | IMessageChannel | |
text | string | |
mentionUser | bool | |
Résultat | Task |
public static SaveFile ( string content, string Path, FileMode append ) : void | ||
content | string | |
Path | string | |
append | FileMode | |
Résultat | void |