changed id to ID
This commit is contained in:
parent
ae0a52d49d
commit
d9b47fe590
@ -64,8 +64,8 @@ namespace NadekoBot.Services.Impl
|
|||||||
return $@"```css
|
return $@"```css
|
||||||
Author: [Kwoth#2560] | Library: [Discord.Net]
|
Author: [Kwoth#2560] | Library: [Discord.Net]
|
||||||
Bot Version: [{BotVersion}]
|
Bot Version: [{BotVersion}]
|
||||||
Bot id: {curUser.Id}
|
Bot ID: {curUser.Id}
|
||||||
Owners Ids: {string.Join(", ", NadekoBot.Credentials.OwnerIds)}
|
Owners ID(s): {string.Join(", ", NadekoBot.Credentials.OwnerIds)}
|
||||||
Uptime: {GetUptimeString()}
|
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()}
|
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user