added colours
This commit is contained in:
parent
2d617ec0a8
commit
c0925cec3a
@ -68,7 +68,7 @@ Bot id: {curUser.Id}
|
||||
Owners Ids: {string.Join(", ", NadekoBot.Credentials.OwnerIds)}
|
||||
Uptime: {GetUptimeString()}
|
||||
Servers: {client.GetGuilds().Count} | TextChannels: {client.GetGuilds().SelectMany(g => g.GetChannels().Where(c => c is ITextChannel)).Count()} | VoiceChannels: {client.GetGuilds().SelectMany(g => g.GetChannels().Where(c => c is IVoiceChannel)).Count()}
|
||||
Commands Ran this session: {commandsRan}`
|
||||
Commands Ran this session: {commandsRan}
|
||||
Messages: {messageCounter} [{messageCounter / (double)GetUptime().TotalSeconds:F2}/sec] Heap: [{Heap} MB]```";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user