public async Task EcoStatus(CommandContext ctx)
 {
     await RespondToCommand(ctx, "", MessageBuilder.GetServerInfo(MessageBuilder.ServerInfoComponentFlag.All));
 }